summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-04 08:46:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-04 08:46:59 (GMT)
commita68d420154a02a85207e1ad154d9857290f10f3c (patch)
tree742d33ea0b435d10233a6f76a7c69458765152b5 /Source
parenta0fb6e97dbe4338c400311eb3e15d6627c77dfa5 (diff)
downloadCMake-a68d420154a02a85207e1ad154d9857290f10f3c.zip
CMake-a68d420154a02a85207e1ad154d9857290f10f3c.tar.gz
CMake-a68d420154a02a85207e1ad154d9857290f10f3c.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index e10397a..659c640 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-09-03 08:55:06 +0000";
+ std::string cver = "Date: 2005-09-04 08:46:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;