diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-01 16:04:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-01 16:04:23 (GMT) |
commit | 965ad87afaa21cdfc26d6c948d450be43bd30d1f (patch) | |
tree | 8d9c2970611e79b353347e6bcf0a5a0c5d8088ac /CMakeLists.txt | |
parent | 58f670327c08d8cb187da83f81e87715063546f3 (diff) | |
download | CMake-965ad87afaa21cdfc26d6c948d450be43bd30d1f.zip CMake-965ad87afaa21cdfc26d6c948d450be43bd30d1f.tar.gz CMake-965ad87afaa21cdfc26d6c948d450be43bd30d1f.tar.bz2 |
ENH: merge in fix for seg fault and move to RC 4
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 7b8cb21..07f2c8f 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 3) +SET(CMake_VERSION_RC 4) SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}") SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}") |