diff options
-rw-r--r-- | CMakeLists.txt | 5 |
1 files 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) + |