svn commit: r228383 - head/lib/clang/include/clang/Basic

Dimitry Andric dim at FreeBSD.org
Sat Dec 10 01:01:45 UTC 2011


Author: dim
Date: Sat Dec 10 01:01:44 2011
New Revision: 228383
URL: http://svn.freebsd.org/changeset/base/228383

Log:
  Use the correct upstream revision number for llvm/clang 3.0 release.
  
  The r145546 revision is from branches/release_30, the r145349 revision
  is from tags/RELEASE_30/final.
  
  MFC after:	1 week

Modified:
  head/lib/clang/include/clang/Basic/Version.inc

Modified: head/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- head/lib/clang/include/clang/Basic/Version.inc	Sat Dec 10 00:04:08 2011	(r228382)
+++ head/lib/clang/include/clang/Basic/Version.inc	Sat Dec 10 01:01:44 2011	(r228383)
@@ -5,6 +5,6 @@
 #define	CLANG_VERSION_MINOR	0
 
 #define	CLANG_VENDOR		"FreeBSD "
-#define	CLANG_VENDOR_SUFFIX	" 20111209"
+#define	CLANG_VENDOR_SUFFIX	" 20111210"
 
-#define	SVN_REVISION		"145546"
+#define	SVN_REVISION		"145349"


More information about the svn-src-all mailing list