summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-01 02:07:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-01 02:07:18 (GMT)
commitf81579bb4acc75dbcac3d1715b3a0348561bd40e (patch)
tree4d4acf0994f4bd11be8cc8647469f8df408a7c89 /Source
parent1503caa14e03aca6acb1338c9266752d75a806ae (diff)
downloadCMake-f81579bb4acc75dbcac3d1715b3a0348561bd40e.zip
CMake-f81579bb4acc75dbcac3d1715b3a0348561bd40e.tar.gz
CMake-f81579bb4acc75dbcac3d1715b3a0348561bd40e.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 616af2a..843ad9c 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-02-26 02:02:16 +0000";
+ std::string cver = "Date: 2007-03-01 02:07:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;