summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-03-23 15:46:19 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-03-23 15:46:19 -0400
commitc202a10b6f1b4e3ebfb4c84cf7df1b46c193eb59 (patch)
tree7fec1cce7f78f41b0779c1a7966990208582f57c
parentc7afaac15285b55bc6debdb4e926c8f68b74c75f (diff)
downloadcmake-c202a10b6f1b4e3ebfb4c84cf7df1b46c193eb59.tar.gz
ENH: put an rc number other than 0 in
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23a30f5160..2eadddfc89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -354,7 +354,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 4)
-SET(CMake_VERSION_RC 0)
+SET(CMake_VERSION_RC 1)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")