diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-16 11:44:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-16 11:44:51 (GMT) |
commit | 79ebc7c9ccc091dcbc0a1e79152af7c72e5b3aa3 (patch) | |
tree | bffdb225c104dc731a71177c747d2e93e5ccb470 /Source/cmVersion.cxx | |
parent | 9ab387b7d98203af7ee7007ea2c585dfb435d451 (diff) | |
download | CMake-79ebc7c9ccc091dcbc0a1e79152af7c72e5b3aa3.zip CMake-79ebc7c9ccc091dcbc0a1e79152af7c72e5b3aa3.tar.gz CMake-79ebc7c9ccc091dcbc0a1e79152af7c72e5b3aa3.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 53698fa..131e2ff 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: 2006-06-15 11:47:59 +0000"; + std::string cver = "Date: 2006-06-16 11:44:51 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |