summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-08 09:05:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-08 09:05:35 (GMT)
commit0a521f4e3e5b9437f722f37a7fd8b4511814fb03 (patch)
tree5d56422b76e30918421a504b0efcd3a3006736e2 /Source
parent9c4bfe975a71337df6aa0046e86d0b8aba57ec62 (diff)
downloadCMake-0a521f4e3e5b9437f722f37a7fd8b4511814fb03.zip
CMake-0a521f4e3e5b9437f722f37a7fd8b4511814fb03.tar.gz
CMake-0a521f4e3e5b9437f722f37a7fd8b4511814fb03.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 e2d56e6..392891c 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-07 09:00:23 +0000";
+ std::string cver = "Date: 2005-09-08 09:05:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;