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 2019/09/17 23:38:40 UTC

[couchdb] 01/01: Bump to 3.0.0

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

wohali pushed a commit to branch 300
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 9173cb207c1675e4119b22b7502cc6f95df62b9d
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Sep 17 19:38:06 2019 -0400

    Bump to 3.0.0
---
 rel/reltool.config | 2 +-
 version.mk         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rel/reltool.config b/rel/reltool.config
index da85f36..512e45c 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "2.3.0", [
+    {rel, "couchdb", "3.0.0", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index a93c9b1..9ca09ab 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
-vsn_major=2
-vsn_minor=3
+vsn_major=3
+vsn_minor=0
 vsn_patch=0