From: Douglas Gregor Date: Tue, 15 Sep 2009 22:30:13 +0000 (+0000) Subject: Update Clang version for CMake X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=291fbde2da2e022e47127472f3b5be8747d22c27;p=clang Update Clang version for CMake git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81938 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index eb4bd0c9a4..3e225eb85a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(lib) add_subdirectory(tools) # TODO: docs. -add_subdirectory(test) \ No newline at end of file +add_subdirectory(test) +