summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-14 07:13:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-14 07:13:15 (GMT)
commit514a774cdf4aae4c3ef3a56dd43ddc66068b856a (patch)
treee430bf7c2d42de3228554f6add18a4a36372f958 /Source
parent42b76aea321c05f469ae4d1d1ca6c395188a8c17 (diff)
downloadCMake-514a774cdf4aae4c3ef3a56dd43ddc66068b856a.zip
CMake-514a774cdf4aae4c3ef3a56dd43ddc66068b856a.tar.gz
CMake-514a774cdf4aae4c3ef3a56dd43ddc66068b856a.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 2062967..2069647 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: 2005-07-13 07:10:43 +0000";
+ std::string cver = "Date: 2005-07-14 07:13:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;