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:07:57 UTC

[couchdb] 01/03: Bump version to 3.0.1

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

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

commit ded9f128a2bd4f4f917b612eef2a6fda86f3231f
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Thu Apr 30 09:06:04 2020 -0700

    Bump version to 3.0.1
---
 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 a576f9c..27a9975 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.0.1", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index 9ca09ab..8aa6ae0 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
 vsn_minor=0
-vsn_patch=0
+vsn_patch=1