summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-18 03:43:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-18 03:43:04 (GMT)
commit3ebb0f54693641b8b1bd43f4b130d9e5d17c7190 (patch)
treeea000418776bc1a60976ebbc6586913443c11f54 /Source
parent63e2a9dffa85a7fce841d491f00f90146c253976 (diff)
downloadCMake-3ebb0f54693641b8b1bd43f4b130d9e5d17c7190.zip
CMake-3ebb0f54693641b8b1bd43f4b130d9e5d17c7190.tar.gz
CMake-3ebb0f54693641b8b1bd43f4b130d9e5d17c7190.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 b8c34d4..6fc0dc8 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-16 20:24:38 +0000";
+ std::string cver = "Date: 2007-02-18 03:43:04 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;