summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-01 07:28:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-01 07:28:25 (GMT)
commit2e00f02112fa92533d75757464ff1683691eebbd (patch)
treee705bf5140e08d19c3936598c9a2075b8852521f /Source
parent172e8972608966f10aa43ae6d5afef2e1d42a6f6 (diff)
downloadCMake-2e00f02112fa92533d75757464ff1683691eebbd.zip
CMake-2e00f02112fa92533d75757464ff1683691eebbd.tar.gz
CMake-2e00f02112fa92533d75757464ff1683691eebbd.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 51de799..a78c363 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-02-28 07:25:09 +0000";
+ std::string cver = "Date: 2005-03-01 07:28:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;