summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-17 06:12:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-17 06:12:23 (GMT)
commitea016d68eae20a87e79270c97865b1bec5685e82 (patch)
tree6576e6e893a5bdd9b90226e6de2cff5cea9215d6 /Source
parent037487a48855a91a0d4264f8b08800e0279dc111 (diff)
downloadCMake-ea016d68eae20a87e79270c97865b1bec5685e82.zip
CMake-ea016d68eae20a87e79270c97865b1bec5685e82.tar.gz
CMake-ea016d68eae20a87e79270c97865b1bec5685e82.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index cba491e..72c3904 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-16 06:12:06 +0000";
+ std::string cver = "Date: 2005-12-17 06:12:23 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;