summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-08 03:02:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-08 03:02:34 (GMT)
commit7fb573d437b300c15ee7d1fc6d1ef6fa077339e4 (patch)
treebc9e63c3936166eeda47237823ed6a32378bfefc /Source/cmVersion.cxx
parent5586c6f41bdc94691c12c7eadf818d90c147cf13 (diff)
downloadCMake-7fb573d437b300c15ee7d1fc6d1ef6fa077339e4.zip
CMake-7fb573d437b300c15ee7d1fc6d1ef6fa077339e4.tar.gz
CMake-7fb573d437b300c15ee7d1fc6d1ef6fa077339e4.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 0f2bcc4..742eeca 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-02-07 02:56:38 +0000";
+ std::string cver = "Date: 2007-02-08 03:02:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;