diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-04 15:19:06 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-04 15:19:06 (GMT) |
commit | b78053c7a8266aa87eaa53533a4b2ce5a0ebdaac (patch) | |
tree | 7015282493e0d8218868daab6059e426021f1155 /Source | |
parent | 674fdf8771fdb5af05643ee80259b8eeaf7bcf22 (diff) | |
download | CMake-b78053c7a8266aa87eaa53533a4b2ce5a0ebdaac.zip CMake-b78053c7a8266aa87eaa53533a4b2ce5a0ebdaac.tar.gz CMake-b78053c7a8266aa87eaa53533a4b2ce5a0ebdaac.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 9422f95..0be90e5 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: 2005-08-03 15:24:11 +0000"; + std::string cver = "Date: 2005-08-04 15:19:06 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |