summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-27 02:59:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-27 02:59:47 (GMT)
commit1d5dcf742585dd5ea610412e790c57a65e9dbe58 (patch)
tree156620130f4b34805cc3bd1497bbd1706dc6d27c /Source/cmVersion.cxx
parent3d648db3c4364e48e9bbef12603e098a109b7593 (diff)
downloadCMake-1d5dcf742585dd5ea610412e790c57a65e9dbe58.zip
CMake-1d5dcf742585dd5ea610412e790c57a65e9dbe58.tar.gz
CMake-1d5dcf742585dd5ea610412e790c57a65e9dbe58.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 61aeb71..d30f0e8 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-09-26 03:06:56 +0000";
+ std::string cver = "Date: 2007-09-27 02:59:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;