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/05/10 16:26:44 UTC

[couchdb] 01/01: Release 3.3.2 version bump

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

vatamane pushed a commit to branch forward-port-version-bump-from-3.3.2
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 59fe6814f18cdfbe30fa32351d062751b175cc5a
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 4ff4c2c14..41d45ef41 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