From 6b5db9500cdab089f0875d1cf8b9f85036463625 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 23 Sep 2010 14:19:21 +0000 Subject: [PATCH] Bump LLVM in CMake makefiles to 2.9 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114640 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe4dd833ed6..dba292925b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ) -set(PACKAGE_VERSION "2.8") +set(PACKAGE_VERSION "2.9") include(VersionFromVCS) add_version_info_from_vcs(PACKAGE_VERSION) -- 2.34.1