summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-15 09:42:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-15 09:42:41 (GMT)
commit78a4164c4b64b4291a934385268caa8174853074 (patch)
treed36c01209ff3d9c18d5d2b369d9e4f915c0de668 /Source
parent0ea908192332a31d19cc58e715e1931a9b363efe (diff)
downloadCMake-78a4164c4b64b4291a934385268caa8174853074.zip
CMake-78a4164c4b64b4291a934385268caa8174853074.tar.gz
CMake-78a4164c4b64b4291a934385268caa8174853074.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 8c7f6f6..248dffc 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-14 07:02:06 +0000";
+ std::string cver = "Date: 2005-06-15 09:42:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;