From e9a9783b3d53c27d61c16a6f4d5331a27f07695b Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Thu, 13 Feb 2020 21:46:11 -0500 Subject: [PATCH] minor updates --- INSTALL.txt | 2 +- README.md | 2 +- tsk/docs/Doxyfile | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 8155f4115..42436279d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -17,7 +17,7 @@ Tested Platform: - Windows Build System (to compile from a source distribution): -- C/C++ compiler +- C/C++ compiler (C++ 14 required) - GNU Make - Java compiler / JDK (if you want the java bindings) diff --git a/README.md b/README.md index a278770ed..63e0a4853 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ under the Common Public License. Other tools in the src directory are either Common Public License or the GNU Public License. ## INSTALL -For installation instructions, refer to the INSTALL document. +For installation instructions, refer to the INSTALL.txt document. ## OTHER DOCS The 'docs' directory contains documents that describe the provided tools diff --git a/tsk/docs/Doxyfile b/tsk/docs/Doxyfile index 0f043561b..228606398 100644 --- a/tsk/docs/Doxyfile +++ b/tsk/docs/Doxyfile @@ -32,7 +32,8 @@ PROJECT_NAME = "The Sleuth Kit" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.6 +# This is automatically updated at release time. +PROJECT_NUMBER = 4.8.0 # 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 @@ -881,7 +882,8 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = api-docs/4.6/ +# NOTE: This is automatically updated at release time. +HTML_OUTPUT = api-docs/4.8.0/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank -- GitLab