gradle.properties: ready for 3.3.0-alpha2 build

This commit is contained in:
Stephen Gold 2019-05-22 09:47:59 -07:00
parent c4d2de1656
commit ac01203c80

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 pre-alpha-svn, Stable, Beta # Version addition pre-alpha-svn, Stable, Beta
jmeVersionTag = SNAPSHOT jmeVersionTag = alpha2
# Increment this each time jmeVersionTag changes but jmeVersion stays the same # Increment this each time jmeVersionTag changes but jmeVersion stays the same
jmeVersionTagID = 0 jmeVersionTagID = 1
# specify if JavaDoc should be built # specify if JavaDoc should be built
buildJavaDoc = true buildJavaDoc = true