summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-26 02:08:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-26 02:08:07 (GMT)
commit8ae572e0de3e86e869cdb71c99eff2e04bb74537 (patch)
tree06b14d8a232192967ae307effb6718858004bfb4 /Source
parent9baa760315f440b6c32087cdd5918d8a46c188d7 (diff)
downloadCMake-8ae572e0de3e86e869cdb71c99eff2e04bb74537.zip
CMake-8ae572e0de3e86e869cdb71c99eff2e04bb74537.tar.gz
CMake-8ae572e0de3e86e869cdb71c99eff2e04bb74537.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 431a00a..f791eee 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-11-25 12:59:14 +0000";
+ std::string cver = "Date: 2006-11-26 02:08:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;