Skip to content

Commit 20c2feb

Browse files
committed
Update verson numbers for 4.6.0 release
1 parent 71afb13 commit 20c2feb

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

Core/manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
OpenIDE-Module: org.sleuthkit.autopsy.core/10
33
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/core/Bundle.properties
44
OpenIDE-Module-Layer: org/sleuthkit/autopsy/core/layer.xml
5-
OpenIDE-Module-Implementation-Version: 21
5+
OpenIDE-Module-Implementation-Version: 22
66
OpenIDE-Module-Requires: org.openide.windows.WindowManager
77
AutoUpdate-Show-In-Client: true
88
AutoUpdate-Essential-Module: true

Core/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ nbm.homepage=http://www.sleuthkit.org/
3232
nbm.module.author=Brian Carrier
3333
nbm.needs.restart=true
3434
source.reference.curator-recipes-2.8.0.jar=release/modules/ext/curator-recipes-2.8.0-sources.jar
35-
spec.version.base=10.9
35+
spec.version.base=10.10
3636

Core/src/org/sleuthkit/autopsy/corecomponents/Bundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Format_OperatingSystem_Value={0} version {1} running on {2}
2727
LBL_Copyright=<div style\="font-size\: 12pt; font-family\: Verdana, 'Verdana CE', Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif; ">Autopsy&trade; is a digital forensics platform based on The Sleuth Kit&trade; and other tools. <br><ul><li>General Information: <a style\="color\: \#1E2A60;" href\="http\://www.sleuthkit.org">http\://www.sleuthkit.org</a>.</li><li>Training: <a style\="color\: \#1E2A60;" href\="http://www.basistech.com/autopsy-training">http://www.basistech.com/autopsy-training</a></li><li>Commercial Support: <a style\="color\: \#1E2A60;" href\="http://www.basistech.com/digital-forensics/autopsy/support/">http://www.basistech.com/digital-forensics/autopsy/support/</a></li></ul>Copyright &copy; 2003-2017. </div>
2828
URL_ON_IMG=http://www.sleuthkit.org/
2929

30-
URL_ON_HELP=http://sleuthkit.org/autopsy/docs/user-docs/4.5.0/
30+
URL_ON_HELP=http://sleuthkit.org/autopsy/docs/user-docs/4.6.0/
3131

3232
FILE_FOR_LOCAL_HELP=file:///
3333
INDEX_FOR_LOCAL_HELP=/docs/index.html

KeywordSearch/manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
AutoUpdate-Show-In-Client: true
33
OpenIDE-Module: org.sleuthkit.autopsy.keywordsearch/6
4-
OpenIDE-Module-Implementation-Version: 17
4+
OpenIDE-Module-Implementation-Version: 18
55
OpenIDE-Module-Install: org/sleuthkit/autopsy/keywordsearch/Installer.class
66
OpenIDE-Module-Layer: org/sleuthkit/autopsy/keywordsearch/layer.xml
77
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/keywordsearch/Bundle.properties

KeywordSearch/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ license.file=../LICENSE-2.0.txt
142142
nbm.homepage=http://www.sleuthkit.org/autopsy/
143143
nbm.needs.restart=true
144144
source.reference.commons-validator-1.5.1.jar=release/modules/ext/commons-validator-1.5.1-sources.jar
145-
spec.version.base=6.3
145+
spec.version.base=6.4

Testing/manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
AutoUpdate-Show-In-Client: false
33
OpenIDE-Module: org.sleuthkit.autopsy.testing/3
4-
OpenIDE-Module-Implementation-Version: 10
4+
OpenIDE-Module-Implementation-Version: 11
55
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/testing/Bundle.properties
66

Testing/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ javac.compilerargs=-Xlint -Xlint:-serial
33
license.file=../LICENSE-2.0.txt
44
nbm.homepage=http://www.sleuthkit.org/autopsy/
55
nbm.needs.restart=true
6-
spec.version.base=1.2
6+
spec.version.base=1.3

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.5.0
41+
PROJECT_NUMBER = 4.6.0
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.5.0
1028+
HTML_OUTPUT = 4.6.0
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.5.0
41+
PROJECT_NUMBER = 4.6.0
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
@@ -1063,7 +1063,7 @@ GENERATE_HTML = YES
10631063
# The default directory is: html.
10641064
# This tag requires that the tag GENERATE_HTML is set to YES.
10651065

1066-
HTML_OUTPUT = api-docs/4.5.0/
1066+
HTML_OUTPUT = api-docs/4.6.0/
10671067

10681068
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
10691069
# 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.5.0
7+
app.version=4.6.0
88
### build.type must be one of: DEVELOPMENT, RELEASE
99
build.type=RELEASE
1010
#build.type=DEVELOPMENT

0 commit comments

Comments
 (0)