[llvm-branch-commits] [cfe-branch] r106931 - /cfe/branches/Apple/williamson-IB/Makefile

Daniel Dunbar daniel at zuster.org
Fri Jun 25 17:31:04 PDT 2010


Author: ddunbar
Date: Fri Jun 25 19:31:04 2010
New Revision: 106931

URL: http://llvm.org/viewvc/llvm-project?rev=106931&view=rev
Log:
Tweak version number.

Modified:
    cfe/branches/Apple/williamson-IB/Makefile

Modified: cfe/branches/Apple/williamson-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/williamson-IB/Makefile?rev=106931&r1=106930&r2=106931&view=diff
==============================================================================
--- cfe/branches/Apple/williamson-IB/Makefile (original)
+++ cfe/branches/Apple/williamson-IB/Makefile Fri Jun 25 19:31:04 2010
@@ -17,7 +17,7 @@
 # Build all LLVM tools; not just clang?
 Clang_Build_All        := 0
 # Set the Clang version.
-Clang_Version          := 1.5
+Clang_Version          := 1.5.1
 # Never bootstrap.
 Clang_Enable_Bootstrap := 0
 





More information about the llvm-branch-commits mailing list