summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-20 07:08:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-20 07:08:41 (GMT)
commit4bf3723ac119a127a24ac165ca74a98cadcb9007 (patch)
tree9478e420d77e21e2323b6d828c2202f6d4f0b796 /Source
parentfa26785bd395a85e924374f06a92f88a2ac97bb6 (diff)
downloadCMake-4bf3723ac119a127a24ac165ca74a98cadcb9007.zip
CMake-4bf3723ac119a127a24ac165ca74a98cadcb9007.tar.gz
CMake-4bf3723ac119a127a24ac165ca74a98cadcb9007.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 698d89a..a8ea790 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-06-18 21:14:25 +0000";
+ std::string cver = "Date: 2007-06-20 07:08:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;