You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/06/19 17:26:39 UTC

[couchdb-documentation] 01/01: Update our Erlang version requirements

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch fix-erlang-version-list
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit f4ff2a71a4f6609a10c9642585897c36fc55db27
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Jun 19 12:25:15 2019 -0500

    Update our Erlang version requirements
    
    The acceptable version requirements pattern for Erlang is out of date.
    This reflects our current supported Erlang versions.
---
 src/install/unix.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/install/unix.rst b/src/install/unix.rst
index 31d7f45..1e309c7 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -132,7 +132,7 @@ Dependencies
 
 You should have the following installed:
 
-* `Erlang OTP (>=R16B03, =<19.x) <http://erlang.org/>`_
+* `Erlang OTP (19.x, 20.x >= 21.3.8.5, 21.x >= 21.2.3) <http://erlang.org/>`_
 * `ICU                          <http://icu-project.org/>`_
 * `OpenSSL                      <http://www.openssl.org/>`_
 * `Mozilla SpiderMonkey (1.8.5) <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey>`_