diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-30 10:03:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-30 10:03:43 (GMT) |
commit | 1442094c8116f6b7501312ada64bd3f1ad260796 (patch) | |
tree | a15cc1013fa1c07aba728413499b8e91a2b4fdd0 /Source/cmVersion.cxx | |
parent | fa8e3ed5a25925c460791562f15d2f34173baed9 (diff) | |
download | CMake-1442094c8116f6b7501312ada64bd3f1ad260796.zip CMake-1442094c8116f6b7501312ada64bd3f1ad260796.tar.gz CMake-1442094c8116f6b7501312ada64bd3f1ad260796.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 d712fe2..7ffeeea 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-29 10:27:39 +0000"; + std::string cver = "Date: 2004-12-30 10:03:43 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |