diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-20 09:05:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-20 09:05:48 (GMT) |
commit | fdca6962c087dee9c621580ffb348d9f9109fd19 (patch) | |
tree | 07c30db78db9d3965c70c8e6511e958c3408d575 | |
parent | dbe997e63b6d01617e63cf938d10588ae5b064d6 (diff) | |
download | CMake-fdca6962c087dee9c621580ffb348d9f9109fd19.zip CMake-fdca6962c087dee9c621580ffb348d9f9109fd19.tar.gz CMake-fdca6962c087dee9c621580ffb348d9f9109fd19.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 76e261b..c779ee2 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-19 08:45:24 +0000"; + std::string cver = "Date: 2005-09-20 09:05:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |