summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-10 13:07:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-10 13:07:44 (GMT)
commit6b2cc486eeba5a77b72c91cc8c69fe63108863cf (patch)
treeecb0ae06c1065d68ccdb8376b226685ac79537df
parent9442cd33ba871fcb2f682e5166d5488e1785104d (diff)
downloadCMake-6b2cc486eeba5a77b72c91cc8c69fe63108863cf.zip
CMake-6b2cc486eeba5a77b72c91cc8c69fe63108863cf.tar.gz
CMake-6b2cc486eeba5a77b72c91cc8c69fe63108863cf.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 eafdb09..4775fba 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-11-09 13:09:12 +0000";
+ std::string cver = "Date: 2006-11-10 13:07:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;