summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-09 11:47:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-09 11:47:15 (GMT)
commitaab5816479bb7e211ce418b8ceb3da817b915cd5 (patch)
treeb89cab1376db53c82d59f1048461400dc2120572 /Source
parent2ddf9ad56a76e8fbc0fb2d9103f4f05f8fd28e30 (diff)
downloadCMake-aab5816479bb7e211ce418b8ceb3da817b915cd5.zip
CMake-aab5816479bb7e211ce418b8ceb3da817b915cd5.tar.gz
CMake-aab5816479bb7e211ce418b8ceb3da817b915cd5.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 bee3469..588aeb6 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: 2006-08-08 11:39:40 +0000";
+ std::string cver = "Date: 2006-08-09 11:47:14 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;