diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-10 19:56:38 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-10 19:56:38 (GMT) |
commit | e3e6b02096da519c9dcbd2869ddba24b151298c9 (patch) | |
tree | 8e4a862253128eea4df0a1ab03deb92ecbfbbed5 | |
parent | 5361794aca4e3c9c3190abac59b06415d6b4d830 (diff) | |
download | CMake-e3e6b02096da519c9dcbd2869ddba24b151298c9.zip CMake-e3e6b02096da519c9dcbd2869ddba24b151298c9.tar.gz CMake-e3e6b02096da519c9dcbd2869ddba24b151298c9.tar.bz2 |
STYLE: Nightly Version update
-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 b081ec5..78040ff 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-06-09 06:39:25 +0000"; + std::string cver = "Date: 2007-06-10 19:56:38 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |