diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-05 18:08:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-05 18:08:03 (GMT) |
commit | 2812910950134d1d319ab98e98f49124f435eb39 (patch) | |
tree | 387a4f7d494404ece84ee9deadf0ea41c9e4acab /CMakeLists.txt | |
parent | 6dde1543130c63f6fefd23e8791d1b9e9639aa4b (diff) | |
download | CMake-2812910950134d1d319ab98e98f49124f435eb39.zip CMake-2812910950134d1d319ab98e98f49124f435eb39.tar.gz CMake-2812910950134d1d319ab98e98f49124f435eb39.tar.bz2 |
Increment RC number to RC 4 to match commits on 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 e83abf7..1eb558b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -329,7 +329,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES) SET(CMake_VERSION_MAJOR 2) SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_PATCH 1) -SET(CMake_VERSION_RC 3) +SET(CMake_VERSION_RC 4) # We use odd minor numbers for development versions. # Use a date for the development patch level. |