Skip to content

Commit c9dd6e4

Browse files
committed
Update app version number to 4.19.1
1 parent 3e310f5 commit c9dd6e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/doxygen-user/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Autopsy User Documentation"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.19.0
41+
PROJECT_NUMBER = 4.19.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -1025,7 +1025,7 @@ GENERATE_HTML = YES
10251025
# The default directory is: html.
10261026
# This tag requires that the tag GENERATE_HTML is set to YES.
10271027

1028-
HTML_OUTPUT = 4.19.0
1028+
HTML_OUTPUT = 4.19.1
10291029

10301030
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
10311031
# generated HTML page (for example: .htm, .php, .asp).

docs/doxygen/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Autopsy"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.19.0
41+
PROJECT_NUMBER = 4.19.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears a the top of each page and should give viewer a
@@ -1066,7 +1066,7 @@ GENERATE_HTML = YES
10661066
# The default directory is: html.
10671067
# This tag requires that the tag GENERATE_HTML is set to YES.
10681068

1069-
HTML_OUTPUT = api-docs/4.19.0/
1069+
HTML_OUTPUT = api-docs/4.19.1/
10701070

10711071
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
10721072
# generated HTML page (for example: .htm, .php, .asp).

nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ app.title=Autopsy
44
### lowercase version of above
55
app.name=${branding.token}
66
### if left unset, version will default to today's date
7-
app.version=4.19.0
7+
app.version=4.19.1
88
### build.type must be one of: DEVELOPMENT, RELEASE
99
#build.type=RELEASE
1010
build.type=DEVELOPMENT

0 commit comments

Comments
 (0)