You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/04/30 16:09:39 UTC

[couchdb] 01/03: Bump version number to 3.1.0

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

wohali pushed a commit to branch 3.x-backports-verbump
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 24e00ec57a49fb14dd6d17917abaa53ca8a6a50d
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Thu Apr 30 09:08:27 2020 -0700

    Bump version number to 3.1.0
---
 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 6acba37..2c3b0e4 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "3.0.0", [
+    {rel, "couchdb", "3.1.0", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index 9ca09ab..f454953 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
-vsn_minor=0
+vsn_minor=1
 vsn_patch=0