summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-20 20:11:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-20 20:11:57 (GMT)
commitfb84b48a19ed92d376e7765c3bcd2f863cb43811 (patch)
treec75bc1e7475f5baa60a8b37f491108768ab81607 /Source
parent104b910aac6472c30ad725460e7a1997137b4504 (diff)
downloadCMake-fb84b48a19ed92d376e7765c3bcd2f863cb43811.zip
CMake-fb84b48a19ed92d376e7765c3bcd2f863cb43811.tar.gz
CMake-fb84b48a19ed92d376e7765c3bcd2f863cb43811.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 c6c5984..694ffe5 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-04-15 13:35:22 +0000";
+ std::string cver = "Date: 2005-04-20 20:11:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;