summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-01 13:07:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-01 13:07:39 (GMT)
commitdb4c5c5191b3f7b6a18f0a32304b2652d1b64efd (patch)
tree101035618c2480f33cc1c563dc29d35fb89df089 /Source/cmVersion.cxx
parent897a2a9029f96ce02349bd71c373a5278a655aa3 (diff)
downloadCMake-db4c5c5191b3f7b6a18f0a32304b2652d1b64efd.zip
CMake-db4c5c5191b3f7b6a18f0a32304b2652d1b64efd.tar.gz
CMake-db4c5c5191b3f7b6a18f0a32304b2652d1b64efd.tar.bz2
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 86b27b7..2f2d743 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-10-30 14:54:18 +0000";
+ std::string cver = "Date: 2006-11-01 13:07:39 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;