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
This commit is contained in:
Dimitry Andric 2011-12-10 01:01:44 +00:00
parent 5effa1598a
commit 214ca32f1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228383

View file

@ -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"