summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-04 23:10:40 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-04 23:10:40 -0400
commitf2d2dd9e2f9afcf0a788800d103e2bf4cf503171 (patch)
treee0b470ca048e8732ed7a6733117e7a8ca891b21f /Source/cmVersion.cxx
parent0b9d3775ec6a174158a2b2539b895e6eff85d614 (diff)
downloadcmake-f2d2dd9e2f9afcf0a788800d103e2bf4cf503171.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 4c2596ec38..a5d55b2a65 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-08-04 03:07:44 +0000";
+ std::string cver = "Date: 2007-08-05 03:10:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;