summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-11 11:58:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-11 11:58:17 (GMT)
commit59f0ec929ed6fbaf62fbdc568b4c8486dd5713bf (patch)
tree8f20a7298f6df3a83cd7beaffa36fb292614f588 /Source
parentfa710e7a7f5a07dd76b88e15a19ac276b5d196f6 (diff)
downloadCMake-59f0ec929ed6fbaf62fbdc568b4c8486dd5713bf.zip
CMake-59f0ec929ed6fbaf62fbdc568b4c8486dd5713bf.tar.gz
CMake-59f0ec929ed6fbaf62fbdc568b4c8486dd5713bf.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 75dccb2..aa61b82 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: 2006-06-10 12:12:54 +0000";
+ std::string cver = "Date: 2006-06-11 11:58:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;