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/07/03 00:00:17 UTC

snappy commit: updated refs/heads/master to ca6de91

Repository: couchdb-snappy
Updated Branches:
  refs/heads/master 347a8d730 -> ca6de91d1


allow erlang 18 builds also


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

Branch: refs/heads/master
Commit: ca6de91d17b89b34c063a5ba4c9e42dcc1f12865
Parents: 347a8d7
Author: Robert Newson <rn...@apache.org>
Authored: Thu Jul 2 23:00:08 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Jul 2 23:00:08 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-snappy/blob/ca6de91d/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index b1b067d..870e4d8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "R14|R15|R16|17"}.
+{require_otp_vsn, "R14|R15|R16|17|18"}.
 
 {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
 {port_sources, ["c_src/*.cc",