summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-15 06:47:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-15 06:47:49 (GMT)
commiteef9390dc68e8762dacce520451327e948547742 (patch)
tree381ae86249875fd6660cd3f831f601515e5a7a75 /Source
parentb7fa820118d6989ca4d77dbfcc972c2e903bfe2a (diff)
downloadCMake-eef9390dc68e8762dacce520451327e948547742.zip
CMake-eef9390dc68e8762dacce520451327e948547742.tar.gz
CMake-eef9390dc68e8762dacce520451327e948547742.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5de7b71..d9cc8a9 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-12-13 09:24:25 +0000";
+ std::string cver = "Date: 2005-12-15 06:47:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;