This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch 3.3.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 78eb38f18a66ff107f0b51988a06b1df81db2aaf Author: Jan Lehnardt <[email protected]> AuthorDate: Thu Jan 5 15:53:19 2023 +0100 update version numbers to 3.3.1 --- rel/reltool.config | 2 +- version.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/reltool.config b/rel/reltool.config index fc691fae9..b46885055 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -12,7 +12,7 @@ {sys, [ {lib_dirs, ["../src"]}, - {rel, "couchdb", "3.3.0", [ + {rel, "couchdb", "3.3.1", [ %% stdlib asn1, compiler, diff --git a/version.mk b/version.mk index 9c922a838..86d2de608 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ vsn_major=3 vsn_minor=3 -vsn_patch=0 +vsn_patch=1
