summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-14 06:53:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-14 06:53:21 (GMT)
commit14a53e65eab7ae421396d9967ee8207647513730 (patch)
tree66766d7980d22b1ccf64f39f0ebffb4993cc0521
parenta500b3da0511b84899a387ce2bc46d3ee3f9e3b8 (diff)
downloadCMake-14a53e65eab7ae421396d9967ee8207647513730.zip
CMake-14a53e65eab7ae421396d9967ee8207647513730.tar.gz
CMake-14a53e65eab7ae421396d9967ee8207647513730.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 445defd..9fc92a5 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-04-13 05:06:52 +0000";
+ std::string cver = "Date: 2007-04-14 06:53:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;