Update clang and lld Version.inc files.

This commit is contained in:
Dimitry Andric 2017-01-04 22:32:17 +00:00
parent e466241c2a
commit 5bd5e06ad1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang400-import/; revision=311339
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@
#define CLANG_VENDOR "FreeBSD "
#define SVN_REVISION "290819"
#define SVN_REVISION "291015"

View file

@ -4,5 +4,5 @@
#define LLD_VERSION_STRING "4.0.0"
#define LLD_VERSION_MAJOR 4
#define LLD_VERSION_MINOR 0
#define LLD_REVISION_STRING "290798"
#define LLD_REVISION_STRING "291015"
#define LLD_REPOSITORY_STRING "FreeBSD"