diff options
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r-- | src/mangen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp index b17d76d..6981372 100644 --- a/src/mangen.cpp +++ b/src/mangen.cpp @@ -153,6 +153,8 @@ void ManGenerator::endTitleHead(const char *,const char *name) { t << ".TH \"" << name << "\" " << getExtension() << " \"" << dateToString(FALSE) << "\" \""; + if (!Config_getString("PROJECT_NUMBER").isEmpty()) + t << "Version " << Config_getString("PROJECT_NUMBER") << "\" \""; if (Config_getString("PROJECT_NAME").isEmpty()) t << "Doxygen"; else |