summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-10 09:09:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-10 09:09:32 (GMT)
commit63185c1388f76dace825ed46decbeccc3626e956 (patch)
treed5c4cd0254bd59ec2dc045fd25335d0d115110bf /Source
parentb87615156cc9ae6f969d1d307814126de293d2ce (diff)
downloadCMake-63185c1388f76dace825ed46decbeccc3626e956.zip
CMake-63185c1388f76dace825ed46decbeccc3626e956.tar.gz
CMake-63185c1388f76dace825ed46decbeccc3626e956.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 785af51..aa8cefa 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-09 09:07:55 +0000";
+ std::string cver = "Date: 2005-10-10 09:09:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;