diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-31 10:09:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-31 10:09:47 (GMT) |
commit | bfa972a2f97c71d85b53c52d7b4a147a1918fee8 (patch) | |
tree | 3e74d43efa52b6f8913c8ec9b1631c6135313509 | |
parent | 96d754046a379fd05b4a07d20ed4cfc9dcc7f49f (diff) | |
download | CMake-bfa972a2f97c71d85b53c52d7b4a147a1918fee8.zip CMake-bfa972a2f97c71d85b53c52d7b4a147a1918fee8.tar.gz CMake-bfa972a2f97c71d85b53c52d7b4a147a1918fee8.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 95a079f..967bbda 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-01-30 07:15:28 +0000"; + std::string cver = "Date: 2006-01-31 10:09:47 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |