diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-10 07:52:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-10 07:52:28 (GMT) |
commit | af5bc4f430a406329829aa152baee7a181a4f287 (patch) | |
tree | 31705b44c963feb3027249807a4217fbf5f19d5c /Source/cmVersion.cxx | |
parent | 52d9753f80c7a86df405634f4cfbba6930e1e63c (diff) | |
download | CMake-af5bc4f430a406329829aa152baee7a181a4f287.zip CMake-af5bc4f430a406329829aa152baee7a181a4f287.tar.gz CMake-af5bc4f430a406329829aa152baee7a181a4f287.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 67157ea..e93097d 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-05-09 07:57:50 +0000"; + std::string cver = "Date: 2005-05-10 07:52:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |