You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/29 16:15:08 UTC

couchdb commit: updated refs/heads/master to e714394

Repository: couchdb
Updated Branches:
  refs/heads/master b6ef656ec -> e71439485


R16B03 is our new minimum erlang release

Agreed by rnewson, kxepal, jan____ on IRC.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e7143948
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e7143948
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e7143948

Branch: refs/heads/master
Commit: e71439485bf490e23ebb26ceaad3da078f553f00
Parents: b6ef656
Author: Robert Newson <rn...@apache.org>
Authored: Tue Sep 29 15:13:45 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Sep 29 15:14:58 2015 +0100

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e7143948/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 5443cfd..bc11fe2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -70,7 +70,7 @@ MakeDep = fun
 end,
 
 AddConfig = [
-    {require_otp_vsn, "R14B01|R14B03|R14B04|R16B03-1|17|18"},
+    {require_otp_vsn, "R16B03-1|17|18"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, ["rel"]},