]> granicus.if.org Git - ejabberd/commitdiff
Make R16B03-1 the minimal reguired otp version
authorChristophe Romain <christophe.romain@process-one.net>
Mon, 23 Mar 2015 13:54:29 +0000 (14:54 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Mon, 23 Mar 2015 13:54:29 +0000 (14:54 +0100)
.travis.yml
README
rebar.config.script

index 1dd745a7710a5f785caae8ae04e8b11d0ff3ebbc..677517cff75aca057726caf2b5172a3ace9fbbf8 100644 (file)
@@ -1,8 +1,8 @@
 language: erlang
 
 otp_release:
+  - 17.4
   - R16B03
-  - R15B01
 
 services:
   - riak
diff --git a/README b/README
index 9808020d8ea28237bbd5911a28fe6ac5196c1baa..91bad4209b5fe025f91402f39c0ef00dbace7064 100644 (file)
--- 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).
index 69964852bb131ad902382e92f8e492d2a3d2aba7..91bc4f91bac57eb8dee81b3a2deee0e720bff49e 100644 (file)
@@ -6,6 +6,9 @@
 %%% @end
 %%% Created :  1 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
 %%%-------------------------------------------------------------------
+
+{require_min_otp_vsn, "16"}.
+
 Cfg = case file:consult("vars.config") of
           {ok, Terms} ->
               Terms;