summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-05 16:49:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-05 16:49:22 (GMT)
commit7477aaa5e878fd6b6861b35e1472ce29aa5c00de (patch)
tree2211700bef93dadeb2c164487fedf7ffbe8a398f /Source
parent495a77e9e8db0eff8b8b42d5673b157802afae7f (diff)
downloadCMake-7477aaa5e878fd6b6861b35e1472ce29aa5c00de.zip
CMake-7477aaa5e878fd6b6861b35e1472ce29aa5c00de.tar.gz
CMake-7477aaa5e878fd6b6861b35e1472ce29aa5c00de.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 dcf0937..624ddb1 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-05-04 14:07:25 +0000";
+ std::string cver = "Date: 2006-05-05 16:49:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;