summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-07 08:09:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-07 08:09:10 (GMT)
commit06ee4fc7b890ad6c635b2624fd9ac02507ce864a (patch)
treef2ee4b8584c4e26456f9bc18e978732bb6ab2e5a
parent3a839f7c3ad7a7c98204c9bc391b1053a887e941 (diff)
downloadCMake-06ee4fc7b890ad6c635b2624fd9ac02507ce864a.zip
CMake-06ee4fc7b890ad6c635b2624fd9ac02507ce864a.tar.gz
CMake-06ee4fc7b890ad6c635b2624fd9ac02507ce864a.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 7db9c7d..67dd189 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-06 08:19:11 +0000";
+ std::string cver = "Date: 2005-06-07 08:09:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;