summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-01 02:06:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-01 02:06:35 (GMT)
commitfa858bc22ce2deba9004750d9c48bad4586de09b (patch)
tree67fcdd2d000b6ad0f9bf0c13a9550f55b6554b47 /Source/cmVersion.cxx
parent66580ab341f44b640346ac16bba02ea21d143b22 (diff)
downloadCMake-fa858bc22ce2deba9004750d9c48bad4586de09b.zip
CMake-fa858bc22ce2deba9004750d9c48bad4586de09b.tar.gz
CMake-fa858bc22ce2deba9004750d9c48bad4586de09b.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index d9573de..1c82776 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-30 09:28:09 +0000";
+ std::string cver = "Date: 2007-06-01 02:06:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;