summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-28 10:17:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-28 10:17:59 (GMT)
commitc1cdb723b1fc3bf2c4d5fe4a2530ddd685ede648 (patch)
treeefdaeee80373eac195e890d2a9cb987cff1a4a44
parentb1cf98492ef886a92463661a096c9f30278381cd (diff)
downloadCMake-c1cdb723b1fc3bf2c4d5fe4a2530ddd685ede648.zip
CMake-c1cdb723b1fc3bf2c4d5fe4a2530ddd685ede648.tar.gz
CMake-c1cdb723b1fc3bf2c4d5fe4a2530ddd685ede648.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index eda86d6..7674f8d 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-11-27 10:27:51 +0000";
+ std::string cver = "Date: 2005-11-28 10:17:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;