From d2d7c5f172392c37e695967dc82bf0ae2bb66892 Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Sun, 19 Jan 2020 15:27:30 +0100 Subject: [PATCH] Prepare for 4.0.0-beta-2 release --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 2da6757ad6..5d8dc8e61f 100644 --- a/build.properties +++ b/build.properties @@ -2,6 +2,6 @@ version.major=4 version.minor=0 version.revision=0 # version.tag should start with a dash (-) unless it is empty -version.tag=-SNAPSHOT +version.tag=-beta-2 # This must be set to the git tag for a release, otherwise to the branch -version.svntag=master \ No newline at end of file +version.svntag=4.0.0-beta-2