summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-26 11:16:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-26 11:16:57 (GMT)
commit9bf5f8b40b608e5eb86131f9e8abe4b68e228b5c (patch)
tree6ac4987b4386adbdcf1238d93723942a493672aa /Source
parentb5ce55d2e83bd4c3fafed4fda1094125af0e9ded (diff)
downloadCMake-9bf5f8b40b608e5eb86131f9e8abe4b68e228b5c.zip
CMake-9bf5f8b40b608e5eb86131f9e8abe4b68e228b5c.tar.gz
CMake-9bf5f8b40b608e5eb86131f9e8abe4b68e228b5c.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 21bda26..47116b6 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: 2004-11-25 11:19:53 +0000";
+ std::string cver = "Date: 2004-11-26 11:16:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;