CMake should join the party in a post 3.0 world. ;] This brings CMake's

version in-line with the configure-based version.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2011-11-05 21:18:59 +00:00
parent 42536af5ce
commit 2f5d547aa6

View File

@ -10,7 +10,7 @@ set(CMAKE_MODULE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
)
set(PACKAGE_VERSION "3.0")
set(PACKAGE_VERSION "3.1svn")
set_property(GLOBAL PROPERTY USE_FOLDERS ON)