summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-08 04:08:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-08 04:08:44 (GMT)
commit274a5e94eaa35ccfd8f534b07fe384717674ce23 (patch)
tree8f026605e96a00ce809c2c59b09a5410b7883469 /Source/cmVersion.cxx
parent980c01ba2a57f225a8f057d244ee2f534757c8a1 (diff)
downloadCMake-274a5e94eaa35ccfd8f534b07fe384717674ce23.zip
CMake-274a5e94eaa35ccfd8f534b07fe384717674ce23.tar.gz
CMake-274a5e94eaa35ccfd8f534b07fe384717674ce23.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 caf2d24..5c87bd1 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-11-07 03:55:39 +0000";
+ std::string cver = "Date: 2007-11-08 04:08:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;