diff --git a/mrw/doxyfile.in b/mrw/doxyfile.in index c119dea..ab90d80 100644 --- a/mrw/doxyfile.in +++ b/mrw/doxyfile.in @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.8 2004/08/29 19:20:05 marc +## "Version" text in PROJECT_NUMBER +## ## Revision 1.7 2004/08/28 16:21:25 marc ## mrw-c++-0.92 (mrw) ## - new file: version.cpp @@ -51,7 +54,7 @@ PROJECT_NAME = "MRW C++ Library" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "@MAJOR@.@MINOR@@SUPPORT@" +PROJECT_NUMBER = "Version @MAJOR@.@MINOR@@SUPPORT@" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.