summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-27 11:11:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-27 11:11:34 (GMT)
commitf372c0f55220e10d3f9789916bfdd8a18de2d855 (patch)
treec66a568b69f3212f2e1ea75b2d278afeb07247d8 /Source/cmVersion.cxx
parent35c3a91bc1be2a62109ee206e45fb3cc7eacd5e0 (diff)
downloadCMake-f372c0f55220e10d3f9789916bfdd8a18de2d855.zip
CMake-f372c0f55220e10d3f9789916bfdd8a18de2d855.tar.gz
CMake-f372c0f55220e10d3f9789916bfdd8a18de2d855.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 235f06e..664b859 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: 2006-06-26 11:15:58 +0000";
+ std::string cver = "Date: 2006-06-27 11:11:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;