summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-01 03:16:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-01 03:16:07 (GMT)
commitadb1b07e4fd17df776ead23970e4c0f0dcb4e71a (patch)
tree8bf29bcadc5c843ca3fdc36f7c9dfca34f5e7cff /Source
parent67672b814ad053a23a02e109f6234a03c391827b (diff)
downloadCMake-adb1b07e4fd17df776ead23970e4c0f0dcb4e71a.zip
CMake-adb1b07e4fd17df776ead23970e4c0f0dcb4e71a.tar.gz
CMake-adb1b07e4fd17df776ead23970e4c0f0dcb4e71a.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 ed607ad..bfbb940 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-07-31 03:07:44 +0000";
+ std::string cver = "Date: 2007-08-01 03:16:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;