summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-23 08:38:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-23 08:38:55 (GMT)
commite44e0cdb66efecfe798e44a0044f0643c6e25bbb (patch)
tree1de4a87429924c09c4013aa73b0f482386826402 /Source
parentb3a6ef138aea85fc77d0cb1b6e9ac6e914750c50 (diff)
downloadCMake-e44e0cdb66efecfe798e44a0044f0643c6e25bbb.zip
CMake-e44e0cdb66efecfe798e44a0044f0643c6e25bbb.tar.gz
CMake-e44e0cdb66efecfe798e44a0044f0643c6e25bbb.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 980688f..c7d48c8 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-12-22 08:36:15 +0000";
+ std::string cver = "Date: 2006-12-23 08:38:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;