Change build.type to RELEASE fro 4.1.0

This commit is contained in:
Richard Cordovano 2016-03-27 16:05:46 -04:00
parent 4cb80c2dc2
commit 2179987dad

View File

@ -7,7 +7,7 @@ app.name=${branding.token}
app.version=4.1.0 app.version=4.1.0
### build.type must be one of: DEVELOPMENT, RELEASE ### build.type must be one of: DEVELOPMENT, RELEASE
#build.type=RELEASE #build.type=RELEASE
build.type=DEVELOPMENT build.type=RELEASE
project.org.sleuthkit.autopsy.imagegallery=ImageGallery project.org.sleuthkit.autopsy.imagegallery=ImageGallery
update_versions=false update_versions=false