summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-23 06:33:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-23 06:33:47 (GMT)
commitcf02e4451402b82fcd0250d8baf905f4a67f10bc (patch)
tree14fca48810467ce444e2ed40c2a4d559985fa72a /Source
parenta6e63f3a6120f5cd4e192b5ea7f95f6ef32e97bb (diff)
downloadCMake-cf02e4451402b82fcd0250d8baf905f4a67f10bc.zip
CMake-cf02e4451402b82fcd0250d8baf905f4a67f10bc.tar.gz
CMake-cf02e4451402b82fcd0250d8baf905f4a67f10bc.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 b336a1e7..b93bfc4 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-09-22 06:19:01 +0000";
+ std::string cver = "Date: 2006-09-23 06:33:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;