summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-11 02:32:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-11 02:32:01 (GMT)
commit0bd06d61b1ed65da1a8aef3cd269dae620a36354 (patch)
tree746833355bce8612758d7c03da3611cb1d02e318 /Source/cmVersion.cxx
parent680cff0b9fdb17758c8334267f5fa4913ae39f43 (diff)
downloadCMake-0bd06d61b1ed65da1a8aef3cd269dae620a36354.zip
CMake-0bd06d61b1ed65da1a8aef3cd269dae620a36354.tar.gz
CMake-0bd06d61b1ed65da1a8aef3cd269dae620a36354.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 a6230d8..24b9790 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-10 02:36:44 +0000";
+ std::string cver = "Date: 2007-10-11 02:32:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;