summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-17 14:32:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-17 14:32:05 (GMT)
commitc499c0d2735b972e688caa1baa76ca7eea99f442 (patch)
treeffd1165e6f720f378b9bf2ae72c992370d17725d /Source
parent94cc5898e71cf9b31c8d3b4ec26c82d1e85895a8 (diff)
downloadCMake-c499c0d2735b972e688caa1baa76ca7eea99f442.zip
CMake-c499c0d2735b972e688caa1baa76ca7eea99f442.tar.gz
CMake-c499c0d2735b972e688caa1baa76ca7eea99f442.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 58f9c2c..c8d8add 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-03-16 14:17:45 +0000";
+ std::string cver = "Date: 2006-03-17 14:32:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;