gradle.properties: ready for 3.3.0-alpha5 build

This commit is contained in:
Stephen Gold 2019-09-21 12:21:08 -07:00
parent 2010c819cb
commit bb32b882a0

View File

@ -3,9 +3,9 @@ jmeVersion = 3.3.0
# Version used for application and settings folder, no spaces! # Version used for application and settings folder, no spaces!
jmeMainVersion = 3.3 jmeMainVersion = 3.3
# Version addition: SNAPSHOT, alpha, beta, stable # Version addition: SNAPSHOT, alpha, beta, stable
jmeVersionTag = alpha4 jmeVersionTag = alpha5
# Increment this each time jmeVersionTag changes but jmeVersion stays the same # Increment this each time jmeVersionTag changes but jmeVersion stays the same
jmeVersionTagID = 4 jmeVersionTagID = 5
# specify if JavaDoc should be built # specify if JavaDoc should be built
buildJavaDoc = true buildJavaDoc = true