summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-14 09:45:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-14 09:45:19 (GMT)
commitd1cd0c2d5a3050f7c9d5076a43216409ab15970d (patch)
treec1090459707db2fa84150694fe3a17caa4585428
parentde88409bfeb7e130b71a764854872778768d2555 (diff)
downloadCMake-d1cd0c2d5a3050f7c9d5076a43216409ab15970d.zip
CMake-d1cd0c2d5a3050f7c9d5076a43216409ab15970d.tar.gz
CMake-d1cd0c2d5a3050f7c9d5076a43216409ab15970d.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 29596f9..644fde3 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-08-13 09:50:47 +0000";
+ std::string cver = "Date: 2005-08-14 09:45:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;