Make R16B03-1 the minimal reguired otp version

This commit is contained in:
Christophe Romain 2015-03-23 14:54:29 +01:00
parent 31e356c126
commit b6999b126a
3 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,8 @@
language: erlang language: erlang
otp_release: otp_release:
- 17.4
- R16B03 - R16B03
- R15B01
services: services:
- riak - riak

2
README
View File

@ -106,7 +106,7 @@ To compile ejabberd you need:
- GCC. - GCC.
- Libexpat 1.95 or higher. - Libexpat 1.95 or higher.
- Libyaml 0.1.4 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. - 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. - Zlib 1.2.3 or higher, for Stream Compression support (XEP-0138). Optional.
- PAM library. Optional. For Pluggable Authentication Modules (PAM). - PAM library. Optional. For Pluggable Authentication Modules (PAM).

View File

@ -6,6 +6,9 @@
%%% @end %%% @end
%%% Created : 1 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net> %%% Created : 1 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
{require_min_otp_vsn, "16"}.
Cfg = case file:consult("vars.config") of Cfg = case file:consult("vars.config") of
{ok, Terms} -> {ok, Terms} ->
Terms; Terms;