summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-31 10:03:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-31 10:03:05 (GMT)
commit0a16956524c218dd2b1d463dfdb7cc8bbcd0c056 (patch)
treed0c3cf8b42ea490260f2d22c1f673ee2638cf660
parent1442094c8116f6b7501312ada64bd3f1ad260796 (diff)
downloadCMake-0a16956524c218dd2b1d463dfdb7cc8bbcd0c056.zip
CMake-0a16956524c218dd2b1d463dfdb7cc8bbcd0c056.tar.gz
CMake-0a16956524c218dd2b1d463dfdb7cc8bbcd0c056.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 7ffeeea..89b472e 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: 2004-12-30 10:03:43 +0000";
+ std::string cver = "Date: 2004-12-31 10:03:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;