summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-11-03 20:42:13 (GMT)
committerDavid Cole <david.cole@kitware.com>2010-11-03 20:42:13 (GMT)
commit1674961a3f4186fdb6194af152f806db858fe558 (patch)
tree3771a848cf41a1f2efb3e4bc92e309d20ef0ca6a
parent63d21c1f8efeb2f2337221119c479d75bbb0b7c0 (diff)
downloadCMake-1674961a3f4186fdb6194af152f806db858fe558.zip
CMake-1674961a3f4186fdb6194af152f806db858fe558.tar.gz
CMake-1674961a3f4186fdb6194af152f806db858fe558.tar.bz2
Begin post-2.8.3 development
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be5a67f..98bde02 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -419,8 +419,8 @@ ENDIF()
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 8)
SET(CMake_VERSION_PATCH 3)
-SET(CMake_VERSION_TWEAK 0)
-#SET(CMake_VERSION_RC 4)
+#SET(CMake_VERSION_TWEAK 0)
+#SET(CMake_VERSION_RC 1)
# Releases define a tweak level.
IF(DEFINED CMake_VERSION_TWEAK)