From 7968633b61717650e6f29e00cfcad986f1c06e4e Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Fri, 27 Dec 2024 13:24:46 +0100 Subject: [PATCH] Prepare Jaybird 7.0.0 development --- build.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 12ab6f17a..079acc084 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ -version.major=6 +version.major=7 version.minor=0 version.revision=0 # version.tag should start with a dash (-) unless it is empty -version.tag= +version.tag=-SNAPSHOT # This must be set to the git tag for a release, otherwise to the branch -version.svntag=v6.0.0 +version.svntag=master