summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-29 07:53:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-29 07:53:32 (GMT)
commit4ec039e861ca794064bc64b43920815b3bff5425 (patch)
tree9f10e3d2b29a518a220a7a174e9d8a437ec16f83
parent1d2fd77ca5f7e77a47e84e3b13556e30fce1e162 (diff)
downloadCMake-4ec039e861ca794064bc64b43920815b3bff5425.zip
CMake-4ec039e861ca794064bc64b43920815b3bff5425.tar.gz
CMake-4ec039e861ca794064bc64b43920815b3bff5425.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 43e9951..43f2adf 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-09-28 06:33:40 +0000";
+ std::string cver = "Date: 2006-09-29 07:53:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;