diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-29 02:58:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-29 02:58:53 (GMT) |
commit | 37bd33ecea6678aa15fff654ea577f9af7957eda (patch) | |
tree | 4164d9b1e39a0919ba72e8db29d2892b4b2e6591 | |
parent | c2274dccdc21643a52badd3a02788bf08d589376 (diff) | |
download | CMake-37bd33ecea6678aa15fff654ea577f9af7957eda.zip CMake-37bd33ecea6678aa15fff654ea577f9af7957eda.tar.gz CMake-37bd33ecea6678aa15fff654ea577f9af7957eda.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 9708c82..35e2e2e 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: 2007-10-28 03:05:50 +0000"; + std::string cver = "Date: 2007-10-29 02:58:53 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |