summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-20 16:11:57 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-20 16:11:57 -0400
commitfb84b48a19ed92d376e7765c3bcd2f863cb43811 (patch)
treec75bc1e7475f5baa60a8b37f491108768ab81607 /Source/cmVersion.cxx
parent104b910aac6472c30ad725460e7a1997137b4504 (diff)
downloadcmake-fb84b48a19ed92d376e7765c3bcd2f863cb43811.tar.gz
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index c6c5984ccc..694ffe5e4a 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;