Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2011 01:01:44 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228383 - head/lib/clang/include/clang/Basic
Message-ID:  <201112100101.pBA11inJ057322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112100101.pBA11inJ057322>