diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-26 09:43:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-26 09:43:42 (GMT) |
commit | 8147e22abadf2cc640c5422058df5bf6ce6f5fd0 (patch) | |
tree | f583df053e32fc373965096195f3b42a8efd7a14 | |
parent | 20198a9be3b3d9ba6c548453ab56099c31d3fc9b (diff) | |
download | CMake-8147e22abadf2cc640c5422058df5bf6ce6f5fd0.zip CMake-8147e22abadf2cc640c5422058df5bf6ce6f5fd0.tar.gz CMake-8147e22abadf2cc640c5422058df5bf6ce6f5fd0.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 f501336..97f3a76 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-06-25 09:44:52 +0000"; + std::string cver = "Date: 2005-06-26 09:43:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |