From 9ab720a37a1dfa179b2cbea6062df5ce70f74eae Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 25 Oct 2016 07:58:55 -0400 Subject: [PATCH] Update version number to 4.2 in doxyfiles --- docs/doxygen-user/Doxyfile | 4 ++-- docs/doxygen/Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/doxygen-user/Doxyfile b/docs/doxygen-user/Doxyfile index d86bbf0ac2..bce35afa67 100755 --- a/docs/doxygen-user/Doxyfile +++ b/docs/doxygen-user/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Autopsy User Documentation" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.1 +PROJECT_NUMBER = 4.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1025,7 +1025,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = 4.1 +HTML_OUTPUT = 4.2 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index f6fb7a7038..e44aee3a51 100755 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -1063,7 +1063,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = api-docs/4.1/ +HTML_OUTPUT = api-docs/4.2/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp).