diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-19 10:19:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-19 10:19:19 (GMT) |
commit | b94585d45ffd1d26b3df55c60e3a77bad0dc9ada (patch) | |
tree | 7e43d07ab7b503f6229675ec52efa19ddb0db9f6 /Source/cmVersion.cxx | |
parent | 1f4d3c7a666db9aaae8ee5a9551ce2c7ea0aab00 (diff) | |
download | CMake-b94585d45ffd1d26b3df55c60e3a77bad0dc9ada.zip CMake-b94585d45ffd1d26b3df55c60e3a77bad0dc9ada.tar.gz CMake-b94585d45ffd1d26b3df55c60e3a77bad0dc9ada.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 ba20b6c..974747b 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-01-18 09:17:34 +0000"; + std::string cver = "Date: 2005-01-19 10:19:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |