From bb32b882a0c27dda43efa90d4145ecad12ef806e Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sat, 21 Sep 2019 12:21:08 -0700 Subject: [PATCH] gradle.properties: ready for 3.3.0-alpha5 build --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c66f75fa2..84f4c0c7a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ jmeVersion = 3.3.0 # Version used for application and settings folder, no spaces! jmeMainVersion = 3.3 # Version addition: SNAPSHOT, alpha, beta, stable -jmeVersionTag = alpha4 +jmeVersionTag = alpha5 # Increment this each time jmeVersionTag changes but jmeVersion stays the same -jmeVersionTagID = 4 +jmeVersionTagID = 5 # specify if JavaDoc should be built buildJavaDoc = true