From 1498049b586a43ae4d2b24fd4e3002a9ae702124 Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Sun, 19 Jan 2020 15:29:05 +0100 Subject: [PATCH] Correct tagname --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 5d8dc8e61f..ed56ea31b8 100644 --- a/build.properties +++ b/build.properties @@ -4,4 +4,4 @@ version.revision=0 # version.tag should start with a dash (-) unless it is empty version.tag=-beta-2 # This must be set to the git tag for a release, otherwise to the branch -version.svntag=4.0.0-beta-2 +version.svntag=v4.0.0-beta-2