From b6999b126a287ddbe43c9f618356d12b51ccae03 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Mon, 23 Mar 2015 14:54:29 +0100 Subject: [PATCH] Make R16B03-1 the minimal reguired otp version --- .travis.yml | 2 +- README | 2 +- rebar.config.script | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dd745a77..677517cff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: erlang otp_release: + - 17.4 - R16B03 - - R15B01 services: - riak diff --git a/README b/README index 9808020d8..91bad4209 100644 --- a/README +++ b/README @@ -106,7 +106,7 @@ To compile ejabberd you need: - GCC. - Libexpat 1.95 or higher. - Libyaml 0.1.4 or higher. - - Erlang/OTP R15B or higher. + - Erlang/OTP R16B03 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). diff --git a/rebar.config.script b/rebar.config.script index 69964852b..91bc4f91b 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -6,6 +6,9 @@ %%% @end %%% Created : 1 May 2013 by Evgeniy Khramtsov %%%------------------------------------------------------------------- + +{require_min_otp_vsn, "16"}. + Cfg = case file:consult("vars.config") of {ok, Terms} -> Terms;