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:39 UTC

[couchdb] branch 300 created (now 9173cb2)

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

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


      at 9173cb2  Bump to 3.0.0

This branch includes the following new commits:

     new 9173cb2  Bump to 3.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Bump to 3.0.0

Posted by wo...@apache.org.
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