Add Version.inc to set lld's version information

We might want to generate this file at build time, but for now just
provide a static copy as done with other version files.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2016-08-30 21:06:19 +00:00
parent 43be9368ea
commit 901be6ecd7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang390-import/; revision=305088

View File

@ -0,0 +1,8 @@
# $FreeBSD$
#define LLD_VERSION 3.9
#define LLD_VERSION_MAJOR 3
#define LLD_VERSION_MINOR 9
#define LLD_REVISION_STRING "3.9"
#define LLD_REPOSITORY_STRING "FreeBSD"