summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-19 02:59:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-19 02:59:57 (GMT)
commit64c124be2315cf0973a15945e4c7bfb219149d73 (patch)
treeaae8d89625a9b7883334c3e9d2296ccf29ffe8f1 /Source
parent3e03bca2cd532fe933a9f8d0dcecc1a9d22593e9 (diff)
downloadCMake-64c124be2315cf0973a15945e4c7bfb219149d73.zip
CMake-64c124be2315cf0973a15945e4c7bfb219149d73.tar.gz
CMake-64c124be2315cf0973a15945e4c7bfb219149d73.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 fd50fcd..368d727 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-10-18 02:55:05 +0000";
+ std::string cver = "Date: 2007-10-19 02:59:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;