summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-05 09:17:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-05 09:17:52 (GMT)
commitab620983564a3ce586fbf6ea3bee8abdb43a924f (patch)
tree5af763ee5828c87d28666b967e998bc4ebf46e83
parentb83dffb50068ad053c1225367dda01825ef2f8bc (diff)
downloadCMake-ab620983564a3ce586fbf6ea3bee8abdb43a924f.zip
CMake-ab620983564a3ce586fbf6ea3bee8abdb43a924f.tar.gz
CMake-ab620983564a3ce586fbf6ea3bee8abdb43a924f.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 3a9c424..9c07114 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-10-04 09:02:49 +0000";
+ std::string cver = "Date: 2005-10-05 09:17:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;