diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-03-08 03:00:02 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-03-08 03:00:02 +0000 |
commit | ebc2fc1e2cf9a16f04fc9f720fbb704dbe509397 (patch) | |
tree | 27fa4a39c286833c97b5c3792c42229092a5d22e /CMakeLists.txt | |
parent | 591432136c78ab61ac1233cb813077e4c7c2f25e (diff) |
Change the next release number to 3.0svn.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127213 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d201df2f0..5e7e59707a 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.9") +set(PACKAGE_VERSION "3.0") set_property(GLOBAL PROPERTY USE_FOLDERS ON) |