diff --git a/build.properties b/build.properties index 12ab6f17a..78c7f93a4 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ version.major=6 version.minor=0 -version.revision=0 +version.revision=1 # 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=Branch_6_0 diff --git a/settings.gradle b/settings.gradle index 4e497c38e..f7af35164 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,4 @@ -rootProject.name = 'jaybird' +rootProject.name = 'jaybird_6_0' include 'chacha64-plugin' include 'jaybird-native' include 'internal-tools' diff --git a/src/docs/asciidoc/release_notes.adoc b/src/docs/asciidoc/release_notes.adoc index 3fe484ad9..ff36bec55 100644 --- a/src/docs/asciidoc/release_notes.adoc +++ b/src/docs/asciidoc/release_notes.adoc @@ -33,6 +33,12 @@ Changes per Jaybird 6 release. See also <>. For known issues, consult <>. +=== Jaybird 6.0.1 + +The following was fixed or changed since Jaybird 6.0.0: + +* ... + === Jaybird 6.0.0 The following was fixed or changed after 6.0.0-beta-1: