summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-16 02:58:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-16 02:58:09 (GMT)
commitc40da99332c94b15d9e47a2db88c47f856489a6b (patch)
tree078f24680ad841665ea0a9f8ae5bfc4b2a2a8389 /Source/cmVersion.cxx
parent946bfc2405868f1de8d654c00884c24ffa474caf (diff)
downloadCMake-c40da99332c94b15d9e47a2db88c47f856489a6b.zip
CMake-c40da99332c94b15d9e47a2db88c47f856489a6b.tar.gz
CMake-c40da99332c94b15d9e47a2db88c47f856489a6b.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 a69fa2e..4278a1c 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-15 02:59:52 +0000";
+ std::string cver = "Date: 2007-09-16 02:58:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;