summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-18 00:50:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-18 00:50:38 (GMT)
commitdbbd5214612faeb65c24a715bfaa35a6c0e63e06 (patch)
treeb4d632d5747bd0318e9fd0009a122ef8f47e7b03
parentddc2d7e93f996578001b692ed61c975970b19241 (diff)
downloadCMake-dbbd5214612faeb65c24a715bfaa35a6c0e63e06.zip
CMake-dbbd5214612faeb65c24a715bfaa35a6c0e63e06.tar.gz
CMake-dbbd5214612faeb65c24a715bfaa35a6c0e63e06.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 77edd8f..1b2513c 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: 2007-06-17 12:24:40 +0000";
+ std::string cver = "Date: 2007-06-18 00:50:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;