summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-22 08:52:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-22 08:52:12 (GMT)
commitd944b68537c1c96ff7110cf1cf77760cdceda160 (patch)
tree5372242e29836be48d09b5f58a10f86b7b81db9e /Source
parentf6263e309498113659618b6427fc208758b2af35 (diff)
downloadCMake-d944b68537c1c96ff7110cf1cf77760cdceda160.zip
CMake-d944b68537c1c96ff7110cf1cf77760cdceda160.tar.gz
CMake-d944b68537c1c96ff7110cf1cf77760cdceda160.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 27ad03f..0d509b1 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-08-21 08:56:50 +0000";
+ std::string cver = "Date: 2005-08-22 08:52:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;