Skip to content

Commit e9a9783

Browse files
committed
minor updates
1 parent 31a7968 commit e9a9783

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

INSTALL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tested Platform:
1717
- Windows
1818

1919
Build System (to compile from a source distribution):
20-
- C/C++ compiler
20+
- C/C++ compiler (C++ 14 required)
2121
- GNU Make
2222
- Java compiler / JDK (if you want the java bindings)
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ under the Common Public License. Other tools in the src directory
156156
are either Common Public License or the GNU Public License.
157157

158158
## INSTALL
159-
For installation instructions, refer to the INSTALL document.
159+
For installation instructions, refer to the INSTALL.txt document.
160160

161161
## OTHER DOCS
162162
The 'docs' directory contains documents that describe the provided tools

tsk/docs/Doxyfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ PROJECT_NAME = "The Sleuth Kit"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 4.6
35+
# This is automatically updated at release time.
36+
PROJECT_NUMBER = 4.8.0
3637

3738
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3839
# for a project that appears at the top of each page and should give viewer
@@ -881,7 +882,8 @@ GENERATE_HTML = YES
881882
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
882883
# put in front of it. If left blank `html' will be used as the default path.
883884

884-
HTML_OUTPUT = api-docs/4.6/
885+
# NOTE: This is automatically updated at release time.
886+
HTML_OUTPUT = api-docs/4.8.0/
885887

886888
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
887889
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank

0 commit comments

Comments
 (0)