summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-25 09:44:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-25 09:44:52 (GMT)
commit20198a9be3b3d9ba6c548453ab56099c31d3fc9b (patch)
treedf776a0158a7e58c62bf3487120bb58ef03c8ff4
parent359397e9a1db86368f351ee6fcc41b8123b2a250 (diff)
downloadCMake-20198a9be3b3d9ba6c548453ab56099c31d3fc9b.zip
CMake-20198a9be3b3d9ba6c548453ab56099c31d3fc9b.tar.gz
CMake-20198a9be3b3d9ba6c548453ab56099c31d3fc9b.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 6d68e89..f501336 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-24 09:43:35 +0000";
+ std::string cver = "Date: 2005-06-25 09:44:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;