summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-05 03:10:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-05 03:10:40 (GMT)
commitf2d2dd9e2f9afcf0a788800d103e2bf4cf503171 (patch)
treee0b470ca048e8732ed7a6733117e7a8ca891b21f /Source
parent0b9d3775ec6a174158a2b2539b895e6eff85d614 (diff)
downloadCMake-f2d2dd9e2f9afcf0a788800d103e2bf4cf503171.zip
CMake-f2d2dd9e2f9afcf0a788800d103e2bf4cf503171.tar.gz
CMake-f2d2dd9e2f9afcf0a788800d103e2bf4cf503171.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 4c2596e..a5d55b2 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;