summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-12 02:45:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-12 02:45:12 (GMT)
commit7fb4397f3cc1ade0f1320e2182b1fd01306ece34 (patch)
treef7cd61f5751de579881ef7aa946ad2b610c00f05 /Source/cmVersion.cxx
parent0bd06d61b1ed65da1a8aef3cd269dae620a36354 (diff)
downloadCMake-7fb4397f3cc1ade0f1320e2182b1fd01306ece34.zip
CMake-7fb4397f3cc1ade0f1320e2182b1fd01306ece34.tar.gz
CMake-7fb4397f3cc1ade0f1320e2182b1fd01306ece34.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 24b9790..c8a882a 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-10-11 02:32:01 +0000";
+ std::string cver = "Date: 2007-10-12 02:45:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;