diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-31 10:03:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-31 10:03:05 (GMT) |
commit | 0a16956524c218dd2b1d463dfdb7cc8bbcd0c056 (patch) | |
tree | d0c3cf8b42ea490260f2d22c1f673ee2638cf660 /Source | |
parent | 1442094c8116f6b7501312ada64bd3f1ad260796 (diff) | |
download | CMake-0a16956524c218dd2b1d463dfdb7cc8bbcd0c056.zip CMake-0a16956524c218dd2b1d463dfdb7cc8bbcd0c056.tar.gz CMake-0a16956524c218dd2b1d463dfdb7cc8bbcd0c056.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
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; |