summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-29 10:24:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-29 10:24:45 (GMT)
commitb8b27089e75bd877a5aeb7f0702ccc51696c582f (patch)
tree8f12506aa0f5aca9c271f6f917cc3c0ea6088010
parent630924c0eb2e0d1197950acb44cff3675cbd6a06 (diff)
downloadCMake-b8b27089e75bd877a5aeb7f0702ccc51696c582f.zip
CMake-b8b27089e75bd877a5aeb7f0702ccc51696c582f.tar.gz
CMake-b8b27089e75bd877a5aeb7f0702ccc51696c582f.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 7674f8d..8e289cf 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-28 10:17:59 +0000";
+ std::string cver = "Date: 2005-11-29 10:24:45 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;