Index: projects/clang400-import/lib/clang/include/clang/Basic/Version.inc =================================================================== --- projects/clang400-import/lib/clang/include/clang/Basic/Version.inc (revision 311338) +++ projects/clang400-import/lib/clang/include/clang/Basic/Version.inc (revision 311339) @@ -1,11 +1,11 @@ /* $FreeBSD$ */ #define CLANG_VERSION 4.0.0 #define CLANG_VERSION_STRING "4.0.0" #define CLANG_VERSION_MAJOR 4 #define CLANG_VERSION_MINOR 0 #define CLANG_VERSION_PATCHLEVEL 0 #define CLANG_VENDOR "FreeBSD " -#define SVN_REVISION "290819" +#define SVN_REVISION "291015" Index: projects/clang400-import/lib/clang/include/lld/Config/Version.inc =================================================================== --- projects/clang400-import/lib/clang/include/lld/Config/Version.inc (revision 311338) +++ projects/clang400-import/lib/clang/include/lld/Config/Version.inc (revision 311339) @@ -1,8 +1,8 @@ // $FreeBSD$ #define LLD_VERSION 4.0.0 #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"