Ejabberd now requires erlang R17+

This commit is contained in:
Paweł Chmielowski 2015-08-12 11:53:54 +02:00
parent 40feed723d
commit 2392f09e99
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@ language: erlang
otp_release:
- 17.4
- R16B03
services:
- riak

2
README
View File

@ -106,7 +106,7 @@ To compile ejabberd you need:
- GCC.
- Libexpat 1.95 or higher.
- Libyaml 0.1.4 or higher.
- Erlang/OTP R16B03 or higher.
- Erlang/OTP R17 or higher.
- OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
- Zlib 1.2.3 or higher, for Stream Compression support (XEP-0138). Optional.
- PAM library. Optional. For Pluggable Authentication Modules (PAM).

View File

@ -3,7 +3,7 @@
AC_PREREQ(2.53)
AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 0.0` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
REQUIRE_ERLANG_MIN="5.9.1 (Erlang/OTP R15B01)"
REQUIRE_ERLANG_MIN="6.4 (Erlang/OTP R17)"
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
AC_CONFIG_MACRO_DIR([m4])