CMake should join the party in a post 3.0 world. ;] This brings CMake's
authorChandler Carruth <chandlerc@gmail.com>
Sat, 5 Nov 2011 21:18:59 +0000 (21:18 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 5 Nov 2011 21:18:59 +0000 (21:18 +0000)
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

CMakeLists.txt

index 2a5a33a1f1868b29cc13578835922798f2526cb4..77cd5fa305fbe464e7c20482cbece7eb17fcb0ca 100644 (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)