summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-14 05:42:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-14 05:42:48 (GMT)
commitb0a8c7bbcef0f4f0ad63fc16187e57005f29fd37 (patch)
tree04db04a175b06795f67e9e4969d93003b6b642c5
parent8340c0d18611d9ff6a8237ffe3d3cd6655a1c518 (diff)
downloadCMake-b0a8c7bbcef0f4f0ad63fc16187e57005f29fd37.zip
CMake-b0a8c7bbcef0f4f0ad63fc16187e57005f29fd37.tar.gz
CMake-b0a8c7bbcef0f4f0ad63fc16187e57005f29fd37.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 b20d2be..14484bd 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: 2006-01-13 05:43:31 +0000";
+ std::string cver = "Date: 2006-01-14 05:42:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;