Repository: couchdb Updated Branches: refs/heads/master ef5df133b -> bcf1b2943
couchdb works with erlang 19 now Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/bcf1b294 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bcf1b294 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bcf1b294 Branch: refs/heads/master Commit: bcf1b2943aa35c038b81c1123b14129e2e6bf431 Parents: ef5df13 Author: Robert Newson <[email protected]> Authored: Fri Aug 19 09:33:09 2016 +0100 Committer: Robert Newson <[email protected]> Committed: Fri Aug 19 09:34:15 2016 +0100 ---------------------------------------------------------------------- INSTALL.Unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/bcf1b294/INSTALL.Unix.md ---------------------------------------------------------------------- diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md index f10d39b..3ebad6e 100644 --- a/INSTALL.Unix.md +++ b/INSTALL.Unix.md @@ -39,7 +39,7 @@ Dependencies You should have the following installed: - * Erlang OTP (>=R16B03-1, =<18.1) (http://erlang.org/) + * Erlang OTP (>=R16B03-1, =<19.x) (http://erlang.org/) * ICU (http://icu-project.org/) * OpenSSL (http://www.openssl.org/) * Mozilla SpiderMonkey (1.8.5) (http://www.mozilla.org/js/spidermonkey/)
