summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-16 23:59:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-16 23:59:41 (GMT)
commit65645a0d4c0d746ae4f153c7861fd6e4ba0864aa (patch)
treeb792273684f81a55a627d5648fcb0de8dfae8a95 /Source
parent73197eaefad818a9e67de6c2140dc13251c14d7a (diff)
downloadCMake-65645a0d4c0d746ae4f153c7861fd6e4ba0864aa.zip
CMake-65645a0d4c0d746ae4f153c7861fd6e4ba0864aa.tar.gz
CMake-65645a0d4c0d746ae4f153c7861fd6e4ba0864aa.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 ec4c5ad..0644ceb 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: 2007-05-16 14:36:14 +0000";
+ std::string cver = "Date: 2007-05-16 23:59:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;