This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9fa56e087f33ab21b6b091847bf17790f685482f Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Nov 29 12:42:05 2023 -0500 Bump 3.3.3 version numbers --- 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 392d5c62c..c036475df 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -12,7 +12,7 @@ {sys, [ {lib_dirs, ["../src"]}, - {rel, "couchdb", "3.3.2", [ + {rel, "couchdb", "3.3.3", [ %% stdlib asn1, compiler, diff --git a/version.mk b/version.mk index c1c1f218d..2ef948d8f 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ vsn_major=3 vsn_minor=3 -vsn_patch=2 +vsn_patch=3
