summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-05 08:58:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-05 08:58:49 (GMT)
commit496724ced43c4e9d79dc7cd648626019b84959e5 (patch)
tree995b77639eaba2529556c6c4e9ae85efa3f68c2c /Source
parenta68d420154a02a85207e1ad154d9857290f10f3c (diff)
downloadCMake-496724ced43c4e9d79dc7cd648626019b84959e5.zip
CMake-496724ced43c4e9d79dc7cd648626019b84959e5.tar.gz
CMake-496724ced43c4e9d79dc7cd648626019b84959e5.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 659c640..02061f1 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-04 08:46:59 +0000";
+ std::string cver = "Date: 2005-09-05 08:58:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;