diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-29 15:52:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-29 15:52:15 (GMT) |
commit | 4f79ce8f1bea4c3a6259145d052a4c098d34a294 (patch) | |
tree | f55aee240b7c4a8df3f0f8ab1410973e048e1587 | |
parent | ee6df5f63be57f4a1801ee3c7e67564fd6dd7f17 (diff) | |
download | CMake-4f79ce8f1bea4c3a6259145d052a4c098d34a294.zip CMake-4f79ce8f1bea4c3a6259145d052a4c098d34a294.tar.gz CMake-4f79ce8f1bea4c3a6259145d052a4c098d34a294.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 dbde7fb..aa9a3b0 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-07-28 15:58:52 +0000"; + std::string cver = "Date: 2005-07-29 15:52:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |