summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-20 06:39:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-20 06:39:38 (GMT)
commitfe1f147dc0b8c09cdf022c4bd55282e5781b83c4 (patch)
treeeb69a5f16a4790aeaf079a37bb28c12bcb8bda14 /Source
parent5e45ca6fbf810d3636914ef70cf94b5ddc54f89e (diff)
downloadCMake-fe1f147dc0b8c09cdf022c4bd55282e5781b83c4.zip
CMake-fe1f147dc0b8c09cdf022c4bd55282e5781b83c4.tar.gz
CMake-fe1f147dc0b8c09cdf022c4bd55282e5781b83c4.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 9e72d30..3402768 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-05-19 00:51:40 +0000";
+ std::string cver = "Date: 2007-05-20 06:39:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;