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