diff --git a/nbproject/project.properties b/nbproject/project.properties index 0bf89ac793..96b1848b29 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -4,10 +4,10 @@ app.title=Autopsy ### lowercase version of above app.name=${branding.token} ### if left unset, version will default to today's date -app.version=4.1.1 +app.version=4.2.0 ### build.type must be one of: DEVELOPMENT, RELEASE -#build.type=RELEASE -build.type=DEVELOPMENT +build.type=RELEASE +#build.type=DEVELOPMENT project.org.sleuthkit.autopsy.imagegallery=ImageGallery update_versions=false diff --git a/pythonExamples/README.txt b/pythonExamples/README.txt index 8554a030be..43eb78f661 100755 --- a/pythonExamples/README.txt +++ b/pythonExamples/README.txt @@ -5,7 +5,7 @@ your needs. See the developer guide for more details and how to use and load the modules. - http://sleuthkit.org/autopsy/docs/api-docs/4.1/index.html + http://sleuthkit.org/autopsy/docs/api-docs/4.2/index.html Each module in this folder should have a brief description about what they can do.