summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-25 03:15:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-25 03:15:17 (GMT)
commit01e62d2c705499c424d67111f5449d805f639f75 (patch)
treeafe729e6ceacf7e9fe6d5109a920ea0b6c20eec0 /Source/cmVersion.cxx
parent90aabf14f93de211229bd701c9a4c3ec98e31fdb (diff)
downloadCMake-01e62d2c705499c424d67111f5449d805f639f75.zip
CMake-01e62d2c705499c424d67111f5449d805f639f75.tar.gz
CMake-01e62d2c705499c424d67111f5449d805f639f75.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 dbb6bc3..35b56b0 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-08-24 03:21:22 +0000";
+ std::string cver = "Date: 2007-08-25 03:15:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;