diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-01 09:03:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-01 09:03:37 (GMT) |
commit | 8a1de402d600cd7243dd790f342561fac42f8e88 (patch) | |
tree | 0d35dbb8128711f5eb8e6d86c41e01053a5b9ad1 | |
parent | e12cf33d82158daa2e3cf579ed605079839a33ef (diff) | |
download | CMake-8a1de402d600cd7243dd790f342561fac42f8e88.zip CMake-8a1de402d600cd7243dd790f342561fac42f8e88.tar.gz CMake-8a1de402d600cd7243dd790f342561fac42f8e88.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 24b3b1e..19f256c 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-09-29 08:55:12 +0000"; + std::string cver = "Date: 2005-10-01 09:03:37 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |