summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-24 06:28:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-24 06:28:02 (GMT)
commit8240cc006f938f855f8edc004256f58b1d369d30 (patch)
treee330cbf2ca8715fb3d5c6c71884a5aede76e9dcd /Source/cmVersion.cxx
parent7497f8accf7868752c8c1106c4e048a727f59e45 (diff)
downloadCMake-8240cc006f938f855f8edc004256f58b1d369d30.zip
CMake-8240cc006f938f855f8edc004256f58b1d369d30.tar.gz
CMake-8240cc006f938f855f8edc004256f58b1d369d30.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 608b35a..182d8ab 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-07-23 04:41:20 +0000";
+ std::string cver = "Date: 2007-07-24 06:28:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;