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 2021/09/24 21:16:06 UTC

[couchdb] branch 3.1.x updated: Bump 3.1.2-RC versions

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

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


The following commit(s) were added to refs/heads/3.1.x by this push:
     new 572b68e  Bump 3.1.2-RC versions
572b68e is described below

commit 572b68e724ddb53d0bd04f56b3e0a3ff0d05cdf1
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri Sep 24 17:15:43 2021 -0400

    Bump 3.1.2-RC versions
---
 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 b58e400..5402fd5 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "3.1.1", [
+    {rel, "couchdb", "3.1.2", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index 6fceb10..c042ad6 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
 vsn_minor=1
-vsn_patch=1
+vsn_patch=2