diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-07 01:42:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-07 01:42:35 (GMT) |
commit | 6a213c846f1f2ce62cd4c89efcb3b6e3a0e523d8 (patch) | |
tree | ff9958aa3ffc47e7c05a5c6433a40b0cc1e5950c | |
parent | 0016ff738716a844287f9d9050b62a5f09b37821 (diff) | |
download | CMake-6a213c846f1f2ce62cd4c89efcb3b6e3a0e523d8.zip CMake-6a213c846f1f2ce62cd4c89efcb3b6e3a0e523d8.tar.gz CMake-6a213c846f1f2ce62cd4c89efcb3b6e3a0e523d8.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 d93b7e8..d760a5f 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-04-06 01:57:55 +0000"; + std::string cver = "Date: 2007-04-07 01:42:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |