summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-26 08:55:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-26 08:55:58 (GMT)
commit4776b13851ef3c9f73bb9bd60951d6f331d55011 (patch)
treed0d018d421fdeae0119f3c131ebb758eab8da5d1 /Source
parent9721006d7fa83700f04d40c80a9959b16d7be0c4 (diff)
downloadCMake-4776b13851ef3c9f73bb9bd60951d6f331d55011.zip
CMake-4776b13851ef3c9f73bb9bd60951d6f331d55011.tar.gz
CMake-4776b13851ef3c9f73bb9bd60951d6f331d55011.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 fae9953..1b03f12 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-24 08:57:19 +0000";
+ std::string cver = "Date: 2005-09-26 08:55:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;