summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-20 09:50:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-20 09:50:50 (GMT)
commitabcf16ac2021e7e2bf708a5686a106806f0ffd89 (patch)
tree89e787dce30372f24546be15b51de02219cef8a7
parent087a2cc1ea2372abaa29ecea88380777959ed838 (diff)
downloadCMake-abcf16ac2021e7e2bf708a5686a106806f0ffd89.zip
CMake-abcf16ac2021e7e2bf708a5686a106806f0ffd89.tar.gz
CMake-abcf16ac2021e7e2bf708a5686a106806f0ffd89.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5cac3c0..fcdbd5a 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-19 10:51:34 +0000";
+ std::string cver = "Date: 2005-06-20 09:50:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;