summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-03 08:55:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-03 08:55:06 (GMT)
commit5da91858618d33c78532bcfdd012e7544844dd40 (patch)
treee9a45e9d23cb297a699afe82e247c2fd3d30980a
parent6b4c142c7dfe60e7e9b5cccfc4e44ae808b54b75 (diff)
downloadCMake-5da91858618d33c78532bcfdd012e7544844dd40.zip
CMake-5da91858618d33c78532bcfdd012e7544844dd40.tar.gz
CMake-5da91858618d33c78532bcfdd012e7544844dd40.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index ae7e204..e10397a 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-09-02 09:05:09 +0000";
+ std::string cver = "Date: 2005-09-03 08:55:06 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;