diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-29 09:26:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-29 09:26:30 (GMT) |
commit | 25c6073080e323e3adb06bb0471721f64da006b7 (patch) | |
tree | b49aa83786baa4faf369fd46efbaf9ddd30ffe1e /Source | |
parent | fac5d4845ae2ebe591c24a5e8554f5fb6d9e546b (diff) | |
download | CMake-25c6073080e323e3adb06bb0471721f64da006b7.zip CMake-25c6073080e323e3adb06bb0471721f64da006b7.tar.gz CMake-25c6073080e323e3adb06bb0471721f64da006b7.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 7aa4a7e..12ad793 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: 2007-05-28 15:02:27 +0000"; + std::string cver = "Date: 2007-05-29 09:26:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |