summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-07 02:42:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-07 02:42:35 (GMT)
commitbdc1de21d1335c7ac9d0fe0416b9eed135a88fa2 (patch)
tree177b1d8a61e55e417d112983b8ce8cd5ecfc17f6 /Source/cmVersion.cxx
parent67398e26d2bf93348f9c29967f56df6f2c25a599 (diff)
downloadCMake-bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2.zip
CMake-bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2.tar.gz
CMake-bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2.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 f17fdf1..2a3d514 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-06 02:31:12 +0000";
+ std::string cver = "Date: 2007-10-07 02:42:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;