diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-10 16:24:46 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-10 16:24:46 (GMT) |
commit | cdcbe2587ab3dba5b696e21f9a118ba8e89dfa71 (patch) | |
tree | 7f6169e751d84a3d036ef4c674c8d7314767cc91 /Source | |
parent | 8824f7984a5b19f3e5496b418f3716ffc6bf4718 (diff) | |
download | CMake-cdcbe2587ab3dba5b696e21f9a118ba8e89dfa71.zip CMake-cdcbe2587ab3dba5b696e21f9a118ba8e89dfa71.tar.gz CMake-cdcbe2587ab3dba5b696e21f9a118ba8e89dfa71.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 b545ca7..6764f2c 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-10-09 15:03:46 +0000"; + std::string cver = "Date: 2006-10-10 16:24:46 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |