summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-24 03:07:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-24 03:07:43 (GMT)
commit328615716c97531b7ccdb2b35679fe828ed27e0c (patch)
treea0e6d50ddabcee48a14ad947689ea3b60b4e9286 /Source/cmVersion.cxx
parent923b51ece003a658b4876743c3d9b6567c43e7e3 (diff)
downloadCMake-328615716c97531b7ccdb2b35679fe828ed27e0c.zip
CMake-328615716c97531b7ccdb2b35679fe828ed27e0c.tar.gz
CMake-328615716c97531b7ccdb2b35679fe828ed27e0c.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 59a1b46..dc14205 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-23 03:10:52 +0000";
+ std::string cver = "Date: 2007-10-24 03:07:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;