diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-11 09:20:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-11 09:20:32 (GMT) |
commit | d512aa1cc38ec6fd2035b5252bab90ef8801d4c8 (patch) | |
tree | 0e26a87894975a190331ad01e3dc1bc3549c3ec3 | |
parent | ccf5a130ef1ad28475754f74aff6aa40db27c063 (diff) | |
download | CMake-d512aa1cc38ec6fd2035b5252bab90ef8801d4c8.zip CMake-d512aa1cc38ec6fd2035b5252bab90ef8801d4c8.tar.gz CMake-d512aa1cc38ec6fd2035b5252bab90ef8801d4c8.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 0542239..bd52568 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-12-10 09:21:56 +0000"; + std::string cver = "Date: 2005-12-11 09:20:32 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |