summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-21 08:56:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-21 08:56:50 (GMT)
commitf6263e309498113659618b6427fc208758b2af35 (patch)
tree83a217e677204ec1bf978c8249a1d59b632252de /Source
parent20c44683bc42767bb0dfea00673aa3fe9a484f31 (diff)
downloadCMake-f6263e309498113659618b6427fc208758b2af35.zip
CMake-f6263e309498113659618b6427fc208758b2af35.tar.gz
CMake-f6263e309498113659618b6427fc208758b2af35.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 605323c..27ad03f 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-20 09:01:10 +0000";
+ std::string cver = "Date: 2005-08-21 08:56:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;