summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-19 10:51:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-19 10:51:34 (GMT)
commit087a2cc1ea2372abaa29ecea88380777959ed838 (patch)
tree7dad3cffe11fbc8044426cf43f9adc52ee733c61 /Source/cmVersion.cxx
parent342af15b2cdeec6dac77de3ba28d1b521af996a0 (diff)
downloadCMake-087a2cc1ea2372abaa29ecea88380777959ed838.zip
CMake-087a2cc1ea2372abaa29ecea88380777959ed838.tar.gz
CMake-087a2cc1ea2372abaa29ecea88380777959ed838.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index dfb7796..5cac3c0 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-06-18 09:28:36 +0000";
+ std::string cver = "Date: 2005-06-19 10:51:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;