summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-02-20 11:10:02 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2009-02-20 11:10:02 -0500
commit6d2f5d09e960498e802e9d90499dee2a39c98606 (patch)
treeb1548bcc2a040f5f8ee19bcb1aca802bfad405f0
parente42cbc7a6431f437789cd955f39be6a48506610a (diff)
downloadcmake-6d2f5d09e960498e802e9d90499dee2a39c98606.tar.gz
ENH: final 2.6.3 commit remove RC and clean changelog a bit
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog.manual7
2 files changed, 3 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f68f56ee6..7821b8e371 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -354,7 +354,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 3)
-SET(CMake_VERSION_RC 17)
+#SET(CMake_VERSION_RC 17)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")
diff --git a/ChangeLog.manual b/ChangeLog.manual
index 6b87cae751..20564eb389 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,8 +1,5 @@
-Changes in CMake 2.6.3 RC 17
-- Fix Xcode rebuild issue again, with a test!
-
-Changes in CMake 2.6.3 RC 16
-- Fix Xcode rebuild issue again...
+Changes in CMake 2.6.3 RC 17 - 15
+- Fix Xcode rebuild issue with static libraries and add a test.
Changes in CMake 2.6.3 RC 15
- Fix Xcode rebuild issue with static libraries