summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-25 03:13:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-25 03:13:29 (GMT)
commitb0d9d2eedfbd5009073b836b55ab08fde95942b6 (patch)
tree85d43e9f7ebe56898b01987351dafe25430ccd47 /Source/cmVersion.cxx
parent150805258a2d78655dfce99e9f7483261c2483ff (diff)
downloadCMake-b0d9d2eedfbd5009073b836b55ab08fde95942b6.zip
CMake-b0d9d2eedfbd5009073b836b55ab08fde95942b6.tar.gz
CMake-b0d9d2eedfbd5009073b836b55ab08fde95942b6.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 5749aff..2185c4f 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-24 03:09:03 +0000";
+ std::string cver = "Date: 2007-09-25 03:13:29 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;