summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-21 09:56:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-21 09:56:56 (GMT)
commit43e1e82fc64906f53b635e6d66f52bf72a6781be (patch)
tree0271903f195ab04602694de784807f1a0c79b7ba /Source
parentc60263f5ea800158c1c4e9212eba1b3d30f86271 (diff)
downloadCMake-43e1e82fc64906f53b635e6d66f52bf72a6781be.zip
CMake-43e1e82fc64906f53b635e6d66f52bf72a6781be.tar.gz
CMake-43e1e82fc64906f53b635e6d66f52bf72a6781be.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 fcdbd5a..461e53c 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-06-20 09:50:50 +0000";
+ std::string cver = "Date: 2005-06-21 09:56:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;