summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-23 06:09:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-23 06:09:53 (GMT)
commitba556d47dd9b021234b67a8e6e6c11e035b89619 (patch)
tree4a89b45ec1b966d393820510d66d4cea32a6fe02 /Source
parentf6588b7919a0da4e0d5bb89b7f527e3fe2687bc3 (diff)
downloadCMake-ba556d47dd9b021234b67a8e6e6c11e035b89619.zip
CMake-ba556d47dd9b021234b67a8e6e6c11e035b89619.tar.gz
CMake-ba556d47dd9b021234b67a8e6e6c11e035b89619.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 0a051ab..2170cc1 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: 2005-12-22 06:13:46 +0000";
+ std::string cver = "Date: 2005-12-23 06:09:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;