summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-17 11:56:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-17 11:56:33 (GMT)
commit9c2894029effa73f678af24bfd7769aaed142369 (patch)
treec22f8496f5ea7e07ab95470b0bea46625156cf02
parent32cd4a8c582edbabf9a9f8cbd7eef60bafca2022 (diff)
downloadCMake-9c2894029effa73f678af24bfd7769aaed142369.zip
CMake-9c2894029effa73f678af24bfd7769aaed142369.tar.gz
CMake-9c2894029effa73f678af24bfd7769aaed142369.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 88e9724..0d38f2a 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-04-16 12:08:16 +0000";
+ std::string cver = "Date: 2006-04-17 11:56:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;