summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-27 08:49:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-27 08:49:27 (GMT)
commit25e97d20ce632722d32f94f36be2ee6241e5cf92 (patch)
tree72ca1a88a38b23457b8ee805978844d701d8e3f5 /Source
parentb1aac1fb0dd0817c7de0b5a097ac3795c84bbd29 (diff)
downloadCMake-25e97d20ce632722d32f94f36be2ee6241e5cf92.zip
CMake-25e97d20ce632722d32f94f36be2ee6241e5cf92.tar.gz
CMake-25e97d20ce632722d32f94f36be2ee6241e5cf92.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 956598b..54722ab 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-06-26 08:55:14 +0000";
+ std::string cver = "Date: 2007-06-27 08:49:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;