diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-20 09:38:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-20 09:38:13 (GMT) |
commit | 4d31557dcb9c2e515232b61073fb55a7827d4c2e (patch) | |
tree | 76df5f56b63c90c2763309f0e888f2553f63ead4 /Source/cmVersion.cxx | |
parent | 89a8261f68dd06778e14fc02ccf051489cdb4381 (diff) | |
download | CMake-4d31557dcb9c2e515232b61073fb55a7827d4c2e.zip CMake-4d31557dcb9c2e515232b61073fb55a7827d4c2e.tar.gz CMake-4d31557dcb9c2e515232b61073fb55a7827d4c2e.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 974747b..bc9cb65 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-01-19 10:19:19 +0000"; + std::string cver = "Date: 2005-01-20 09:38:13 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |