Repository: couchdb-snappy Updated Branches: refs/heads/1994-merge-rcouch e846b3b4f -> af4c2be3f
support erlang 17.0 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/af4c2be3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/tree/af4c2be3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/diff/af4c2be3 Branch: refs/heads/1994-merge-rcouch Commit: af4c2be3fe855845613cf46914ac1fa63a5b3af2 Parents: e846b3b Author: Robert Newson <[email protected]> Authored: Sun Apr 27 17:55:42 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Sun Apr 27 17:55:42 2014 +0100 ---------------------------------------------------------------------- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-snappy/blob/af4c2be3/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index b05fbbd..36625af 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R13B04|R14|R15|R16"}. +{require_otp_vsn, "R13B04|R14|R15|R16|17"}. {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}. {port_sources, ["c_src/*.cc",
