summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-11 10:51:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-11 10:51:12 (GMT)
commit870bb34fb965bde2f9033b09b6341c4897a64c3a (patch)
tree1d4b7808b17fd9262ed06f96e76a7aece2548889
parentfed6dae8e92a100c008bbf2b040f6dd5f28f84c5 (diff)
downloadCMake-870bb34fb965bde2f9033b09b6341c4897a64c3a.zip
CMake-870bb34fb965bde2f9033b09b6341c4897a64c3a.tar.gz
CMake-870bb34fb965bde2f9033b09b6341c4897a64c3a.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 db2eeea..6c0d66e 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: 2005-11-10 09:48:05 +0000";
+ std::string cver = "Date: 2005-11-11 10:51:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;