gradle.properties: ready for 3.2.3-stable build

v3.2 v3.2.3-stable
Stephen Gold 6 years ago
parent ba88127bd2
commit e2245aa2f3
  1. 6
      gradle.properties

@ -1,11 +1,11 @@
# Version number used for plugins, only 3 numbers (e.g. 3.1.3) # Version number used for plugins, only 3 numbers (e.g. 3.1.3)
jmeVersion = 3.2.2 jmeVersion = 3.2.3
# Version used for application and settings folder, no spaces! # Version used for application and settings folder, no spaces!
jmeMainVersion = 3.2 jmeMainVersion = 3.2.3
# Version addition pre-alpha-svn, Stable, Beta # Version addition pre-alpha-svn, Stable, Beta
jmeVersionTag = stable jmeVersionTag = stable
# Increment this each time jmeVersionTag changes but jmeVersion stays the same # Increment this each time jmeVersionTag changes but jmeVersion stays the same
jmeVersionTagID = 1 jmeVersionTagID = 0
# specify if JavaDoc should be built # specify if JavaDoc should be built
buildJavaDoc = true buildJavaDoc = true

Loading…
Cancel
Save