summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-12-04 09:58:27 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-12-04 09:58:27 -0500
commite72b0ba6b1b43424930c385fafb6c2e038acc8ca (patch)
tree9592598358d45d781eab2e8add816c941ade078f
parent16e72dc1fb8e1b69f8ef662bc1679257db243f82 (diff)
downloadcmake-2.4.5.tar.gz
ENH: move to actual releasev2.4.5
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07f2c8fb1d..081a8ee0c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 4)
SET(CMake_VERSION_PATCH 5)
# for an actual release this should not be defined
-SET(CMake_VERSION_RC 4)
+#SET(CMake_VERSION_RC 4)
SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}")