summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-16 14:36:14 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-16 14:36:14 (GMT)
commitb7b43934b8e8ac1c66ccf9b4666ace8f8e9073f0 (patch)
tree9108031d566bcf1c6f5a4e76985619a142d2e578 /Source
parentbd789527480cdf4573503946ab6b2622a88f3049 (diff)
downloadCMake-b7b43934b8e8ac1c66ccf9b4666ace8f8e9073f0.zip
CMake-b7b43934b8e8ac1c66ccf9b4666ace8f8e9073f0.tar.gz
CMake-b7b43934b8e8ac1c66ccf9b4666ace8f8e9073f0.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 e819c4c..ec4c5ad 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-15 07:59:08 +0000";
+ std::string cver = "Date: 2007-05-16 14:36:14 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;