diff --git a/INSTALL.txt b/INSTALL.txt index 8155f4115257d853e8ed64aeb64b846a56ee5945..42436279d2c777a739a7575ad4c21c5b9e6a742e 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 a278770ed913eeb8411d8e4e4418ce9e7fd5bec1..63e0a4853fb34428649d19bcfad00fdbc8bf5452 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 0f043561b8fd60fe53bc9e3bbb46f1d079fc01c6..2286063987879542a0d9a94babacab2707f84039 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