svn commit: r311339 - in projects/clang400-import/lib/clang/include: clang/Basic lld/Config
Dimitry Andric
dim at FreeBSD.org
Wed Jan 4 22:32:18 UTC 2017
Author: dim
Date: Wed Jan 4 22:32:17 2017
New Revision: 311339
URL: https://svnweb.freebsd.org/changeset/base/311339
Log:
Update clang and lld Version.inc files.
Modified:
projects/clang400-import/lib/clang/include/clang/Basic/Version.inc
projects/clang400-import/lib/clang/include/lld/Config/Version.inc
Modified: projects/clang400-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang400-import/lib/clang/include/clang/Basic/Version.inc Wed Jan 4 22:31:09 2017 (r311338)
+++ projects/clang400-import/lib/clang/include/clang/Basic/Version.inc Wed Jan 4 22:32:17 2017 (r311339)
@@ -8,4 +8,4 @@
#define CLANG_VENDOR "FreeBSD "
-#define SVN_REVISION "290819"
+#define SVN_REVISION "291015"
Modified: projects/clang400-import/lib/clang/include/lld/Config/Version.inc
==============================================================================
--- projects/clang400-import/lib/clang/include/lld/Config/Version.inc Wed Jan 4 22:31:09 2017 (r311338)
+++ projects/clang400-import/lib/clang/include/lld/Config/Version.inc Wed Jan 4 22:32:17 2017 (r311339)
@@ -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"
More information about the svn-src-projects
mailing list