summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-08 09:21:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-08 09:21:52 (GMT)
commit25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3 (patch)
treecdb8d84ff4d428c07bcb45a8ef7d4485449cb399 /Source
parent02b961f29cc4dd5b53bcbde69e11ac4b012c1010 (diff)
downloadCMake-25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3.zip
CMake-25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3.tar.gz
CMake-25e9bceb0a47c4ca78eabcd8ecc8ca7784f1c2e3.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 4e0694f..206250a 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-06 15:55:07 +0000";
+ std::string cver = "Date: 2005-12-08 09:21:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;