You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/04/16 06:42:37 UTC

[couchdb] branch 3.3.x updated: Release 3.3.2 version bump

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.3.x by this push:
     new 11a234070 Release 3.3.2 version bump
11a234070 is described below

commit 11a2340709af2e3ebcb052337c9acb88f7fac3cb
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Sun Apr 16 02:40:07 2023 -0400

    Release 3.3.2 version bump
---
 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 b46885055..b9ba6b9ed 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "3.3.1", [
+    {rel, "couchdb", "3.3.2", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index 86d2de608..c1c1f218d 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
 vsn_minor=3
-vsn_patch=1
+vsn_patch=2