summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-09 09:07:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-09 09:07:55 (GMT)
commitb87615156cc9ae6f969d1d307814126de293d2ce (patch)
tree4498d316634c022a23f28b27dffd79e0442d6b50 /Source/cmVersion.cxx
parent840c91700bf7c0ee0cf06ca677f2b9a35a2fd1d2 (diff)
downloadCMake-b87615156cc9ae6f969d1d307814126de293d2ce.zip
CMake-b87615156cc9ae6f969d1d307814126de293d2ce.tar.gz
CMake-b87615156cc9ae6f969d1d307814126de293d2ce.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 a65c527..785af51 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: 2005-10-08 09:09:12 +0000";
+ std::string cver = "Date: 2005-10-09 09:07:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;