From 899f11f9198f2fe1ad2109701f01b92817734f34 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 14 Sep 2009 20:54:22 -0400 Subject: Fix for bug# 5373, include CMake verison in generated docs. --- Source/cmDocumentationFormatterHTML.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx index 09390b4..508b8b6 100644 --- a/Source/cmDocumentationFormatterHTML.cxx +++ b/Source/cmDocumentationFormatterHTML.cxx @@ -16,7 +16,7 @@ =========================================================================*/ #include "cmDocumentationFormatterHTML.h" #include "cmDocumentationSection.h" - +#include "cmVersion.h" //---------------------------------------------------------------------------- static bool cmDocumentationIsHyperlinkChar(char c) { @@ -258,7 +258,9 @@ void cmDocumentationFormatterHTML return; } - os << "

Master Index

\n"; + os << "

Master Index " + << "CMake " << cmVersion::GetCMakeVersion() + << "

\n"; os << "