summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-17 08:25:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-17 08:25:07 (GMT)
commite2570c309e2003c64ad7378b8250db95b46b3d27 (patch)
treea235015165cb350331c707071093bd61f9784541 /Source/cmVersion.cxx
parentf75900f4d36afb8b44a9bb5f9fae55c76904d750 (diff)
downloadCMake-e2570c309e2003c64ad7378b8250db95b46b3d27.zip
CMake-e2570c309e2003c64ad7378b8250db95b46b3d27.tar.gz
CMake-e2570c309e2003c64ad7378b8250db95b46b3d27.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 5dcae80..dafc06a 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: 2006-12-16 08:26:18 +0000";
+ std::string cver = "Date: 2006-12-17 08:25:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;