summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-09 04:56:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-09 04:56:29 (GMT)
commit3ec0ff05de74dc2a51461b0345d0d0e6fe0786b6 (patch)
treef4275a75ff8f00e90665a99d55b02163e1e7a275
parent01dc699d82af9bca7d9f4c1bdc9e453e764861ba (diff)
downloadCMake-3ec0ff05de74dc2a51461b0345d0d0e6fe0786b6.zip
CMake-3ec0ff05de74dc2a51461b0345d0d0e6fe0786b6.tar.gz
CMake-3ec0ff05de74dc2a51461b0345d0d0e6fe0786b6.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 5cfc897..309d2fd 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-03-08 03:12:11 +0000";
+ std::string cver = "Date: 2007-03-09 04:56:29 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;