summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-17 11:55:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-17 11:55:48 (GMT)
commitda1407942ae2633b4b3ca14a54e45bd38131d70b (patch)
treeb3e96d640348621894bc3ccdf7db445f10261ac5
parent57746b6ffe5456556a2ff1db647dbe7664eccca5 (diff)
downloadCMake-da1407942ae2633b4b3ca14a54e45bd38131d70b.zip
CMake-da1407942ae2633b4b3ca14a54e45bd38131d70b.tar.gz
CMake-da1407942ae2633b4b3ca14a54e45bd38131d70b.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 131e2ff..50e73ab 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: 2006-06-16 11:44:51 +0000";
+ std::string cver = "Date: 2006-06-17 11:55:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;