diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-24 15:19:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-24 15:19:42 (GMT) |
commit | ecf914e6975b75166df2a0f36744221fe3b80899 (patch) | |
tree | fed23def8dcd0943d806ffe158d32e145f26e3bb /CMakeLists.txt | |
parent | 3776cfa0eb5bd7e6d6863b2e342aadc7739bf90f (diff) | |
download | CMake-ecf914e6975b75166df2a0f36744221fe3b80899.zip CMake-ecf914e6975b75166df2a0f36744221fe3b80899.tar.gz CMake-ecf914e6975b75166df2a0f36744221fe3b80899.tar.bz2 |
ENH: move changes from main tree to release branch
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 12e21da..4eb3d5b 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 4) -SET(CMake_VERSION_PATCH 2) +SET(CMake_VERSION_PATCH 3) SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}") SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}") |