From 291fbde2da2e022e47127472f3b5be8747d22c27 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 15 Sep 2009 22:30:13 +0000 Subject: [PATCH] Update Clang version for CMake git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81938 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) + -- 2.50.1