diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-06 09:18:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-06 09:18:57 (GMT) |
commit | fa4c143ebc4b738e321f072c7a40938ae865334f (patch) | |
tree | 83226ff30f7616c395c882bfef3b64c94103ea01 | |
parent | 6c54adf0ea6979afdf6ec67df7cd39ee2cca6e87 (diff) | |
download | CMake-fa4c143ebc4b738e321f072c7a40938ae865334f.zip CMake-fa4c143ebc4b738e321f072c7a40938ae865334f.tar.gz CMake-fa4c143ebc4b738e321f072c7a40938ae865334f.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 9c07114..8903443 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-10-05 09:17:52 +0000"; + std::string cver = "Date: 2005-10-06 09:18:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |