Author: dgregor
Date: Tue Sep 15 17:30:13 2009
New Revision: 81938

URL: http://llvm.org/viewvc/llvm-project?rev=81938&view=rev
Log:
Update Clang version for CMake

Modified:
    cfe/trunk/CMakeLists.txt

Modified: cfe/trunk/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/CMakeLists.txt?rev=81938&r1=81937&r2=81938&view=diff

==============================================================================
--- cfe/trunk/CMakeLists.txt (original)
+++ cfe/trunk/CMakeLists.txt Tue Sep 15 17:30:13 2009
@@ -1,5 +1,5 @@
 # Clang version information
-set(CLANG_VERSION 1.0)
+set(CLANG_VERSION 1.1)
 
 macro(add_clang_library name)
   set(srcs ${ARGN})
@@ -58,4 +58,5 @@
 add_subdirectory(tools)
 
 # TODO: docs.
-add_subdirectory(test)
\ No newline at end of file
+add_subdirectory(test)
+


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to