From: Douglas Gregor Date: Thu, 23 Sep 2010 14:19:21 +0000 (+0000) Subject: Bump LLVM in CMake makefiles to 2.9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b5db9500cdab089f0875d1cf8b9f85036463625;p=oota-llvm.git 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 --- 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)