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 2014/07/10 16:50:40 UTC

[07/50] couchdb commit: updated refs/heads/master to 6526051

support erlang 17.0


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

Branch: refs/heads/master
Commit: 698b195657377941a1d2853628d4ab761d207d83
Parents: c278eb1
Author: Robert Newson <rn...@apache.org>
Authored: Sun Apr 27 17:54:12 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Apr 27 17:54:12 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/698b1956/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index cf77652..de5de38 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -42,7 +42,7 @@ MakeDep = fun({AppName, RepoName, Version}) ->
 end,
 
 AddConfig = [
-    {require_otp_vsn, "R14B01|R14B03|R14B04|R15B02|R15B03|R16"},
+    {require_otp_vsn, "R14B01|R14B03|R14B04|R15B02|R15B03|R16|17"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, ["rel"]},