summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-18 07:44:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-18 07:44:58 (GMT)
commitb5ca101fd76554df01d60f210677df85e19af65e (patch)
tree16fa028ec11e2cd96a7ccffe858df8cf33e09e4f /Source
parente9300434776a64567a65b6d414bcf98614321ba2 (diff)
downloadCMake-b5ca101fd76554df01d60f210677df85e19af65e.zip
CMake-b5ca101fd76554df01d60f210677df85e19af65e.tar.gz
CMake-b5ca101fd76554df01d60f210677df85e19af65e.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 2aeeae3..4d1a385 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-02-17 07:42:42 +0000";
+ std::string cver = "Date: 2005-02-18 07:44:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;