summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-08 15:31:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-08 15:31:02 (GMT)
commite6b8aa496a224c92770cb9a7f1cb733f137a611d (patch)
tree462ee2bf5c3b179f5df0b3105aa5b5963af54e5b /Source
parentb39d96dff85d9fe8b236f9519f5d7d9b8c9f2880 (diff)
downloadCMake-e6b8aa496a224c92770cb9a7f1cb733f137a611d.zip
CMake-e6b8aa496a224c92770cb9a7f1cb733f137a611d.tar.gz
CMake-e6b8aa496a224c92770cb9a7f1cb733f137a611d.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 a4618c1..612a828 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-07 15:43:18 +0000";
+ std::string cver = "Date: 2007-05-08 15:31:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;