summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-10 06:57:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-10 06:57:50 (GMT)
commit8b88391daa911db4829e45217e4d73c5d7df44c0 (patch)
tree87b9b7233d39f64e7b684028ffa036e2f2c41b7e /Source
parentc08862a88d1cde10c98c2846ae51f20cb89a96a6 (diff)
downloadCMake-8b88391daa911db4829e45217e4d73c5d7df44c0.zip
CMake-8b88391daa911db4829e45217e4d73c5d7df44c0.tar.gz
CMake-8b88391daa911db4829e45217e4d73c5d7df44c0.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 1312650..0392bf0 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-06-09 08:14:20 +0000";
+ std::string cver = "Date: 2005-06-10 06:57:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;