summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-10 07:08:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-10 07:08:18 (GMT)
commitc51fa2ba883d0948bc2e16f2b75878a842c2e362 (patch)
tree0c8bead40981833476af3f40c7240f232094c7e0
parent29a0edae3dc7e3e4d440c43e074c43557ac126f2 (diff)
downloadCMake-c51fa2ba883d0948bc2e16f2b75878a842c2e362.zip
CMake-c51fa2ba883d0948bc2e16f2b75878a842c2e362.tar.gz
CMake-c51fa2ba883d0948bc2e16f2b75878a842c2e362.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 1c32895..03cc9a7 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-09 07:08:05 +0000";
+ std::string cver = "Date: 2005-07-10 07:08:18 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;