diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-07 09:00:23 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-07 09:00:23 (GMT) |
commit | 99368244bb4e42fa8eed8afd19f65ade4adaa41a (patch) | |
tree | 1bb386e422f801ec7dda5577e9aadef9128a1d7b /Source | |
parent | fcce3ac0a14e89f81cc1dfe618b0bca776bf2329 (diff) | |
download | CMake-99368244bb4e42fa8eed8afd19f65ade4adaa41a.zip CMake-99368244bb4e42fa8eed8afd19f65ade4adaa41a.tar.gz CMake-99368244bb4e42fa8eed8afd19f65ade4adaa41a.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 83c1af3..e2d56e6 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-09-06 09:04:09 +0000"; + std::string cver = "Date: 2005-09-07 09:00:23 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |