summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-11 09:20:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-11 09:20:32 (GMT)
commitd512aa1cc38ec6fd2035b5252bab90ef8801d4c8 (patch)
tree0e26a87894975a190331ad01e3dc1bc3549c3ec3
parentccf5a130ef1ad28475754f74aff6aa40db27c063 (diff)
downloadCMake-d512aa1cc38ec6fd2035b5252bab90ef8801d4c8.zip
CMake-d512aa1cc38ec6fd2035b5252bab90ef8801d4c8.tar.gz
CMake-d512aa1cc38ec6fd2035b5252bab90ef8801d4c8.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 0542239..bd52568 100644
--- a/Source/cmVersion.cxx
+++ b/Source/cmVersion.cxx
@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
- std::string cver = "Date: 2005-12-10 09:21:56 +0000";
+ std::string cver = "Date: 2005-12-11 09:20:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;