Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-03-23 16:54:29 +0300
committerChristophe Romain <christophe.romain@process-one.net>2015-03-23 16:54:29 +0300
commitb6999b126a287ddbe43c9f618356d12b51ccae03 (patch)
tree3dd757cdf452669d01c7a669def53391a48bfa1c /rebar.config.script
parent31e356c126cd5b967df9e7b560ce63f2b3b1529b (diff)
Make R16B03-1 the minimal reguired otp version
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script3
1 files changed, 3 insertions, 0 deletions
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 <ekhramtsov@process-one.net>
%%%-------------------------------------------------------------------
+
+{require_min_otp_vsn, "16"}.
+
Cfg = case file:consult("vars.config") of
{ok, Terms} ->
Terms;