This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch bump-3.3.0-version in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b4d5cc9c3a680b10808d52a739e9d0f53bd81e5b Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri Dec 16 21:29:40 2022 -0500 Bump version to 3.3.0 --- rel/reltool.config | 2 +- version.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rel/reltool.config b/rel/reltool.config index f7c9df14b..2e3fdd8a0 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -12,7 +12,7 @@ {sys, [ {lib_dirs, ["../src"]}, - {rel, "couchdb", "3.2.2", [ + {rel, "couchdb", "3.3.0", [ %% stdlib asn1, compiler, diff --git a/version.mk b/version.mk index dd9cd4842..9c922a838 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ vsn_major=3 -vsn_minor=2 -vsn_patch=2 +vsn_minor=3 +vsn_patch=0
