summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-03 18:08:38 -0500
committerBrad King <brad.king@kitware.com>2006-02-03 18:08:38 -0500
commitb48fb853bb2552fdfa1f2405698fa6529ac020af (patch)
tree7dbeb8b5d5e008ece00032fb561b3a5d8714c431 /CMakeLists.txt
parent9787e55ee85dc53d28161367b26865e0c4d0ea50 (diff)
downloadcmake-b48fb853bb2552fdfa1f2405698fa6529ac020af.tar.gz
ENH: Incremented patch version for special KDE release.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8ef3fa65c..a5d7575a38 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
# The CMake version number.
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 3)
-SET(CMake_VERSION_PATCH 0)
+SET(CMake_VERSION_PATCH 1)
SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}")