summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-17 09:44:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-17 09:44:00 (GMT)
commitb3dd7f1d89a02a68134afde3c67f775cf7bccc9e (patch)
tree401ef3834320f29c233ab632c6039ba96232ebe9
parente08ce7e9a82c359776b16ce412d2150f68ed1208 (diff)
downloadCMake-b3dd7f1d89a02a68134afde3c67f775cf7bccc9e.zip
CMake-b3dd7f1d89a02a68134afde3c67f775cf7bccc9e.tar.gz
CMake-b3dd7f1d89a02a68134afde3c67f775cf7bccc9e.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 4f91e5b..63d07c5 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-16 09:46:13 +0000";
+ std::string cver = "Date: 2005-08-17 09:44:00 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;