summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-06 09:04:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-06 09:04:09 (GMT)
commit52b808257dbe9536e6b035c1bdaacbfa1c9b1c36 (patch)
tree87a3198dee365eae64288c0d2f10f26f2b829560 /Source
parent4bc584419ec85bfbc1108d45993d730b5c5944b5 (diff)
downloadCMake-52b808257dbe9536e6b035c1bdaacbfa1c9b1c36.zip
CMake-52b808257dbe9536e6b035c1bdaacbfa1c9b1c36.tar.gz
CMake-52b808257dbe9536e6b035c1bdaacbfa1c9b1c36.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 02061f1..83c1af3 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-09-05 08:58:49 +0000";
+ std::string cver = "Date: 2005-09-06 09:04:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;