From d299b97261ef78c9238317c3e057471f881751a9 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 21 Apr 2023 12:04:13 +0200 Subject: [PATCH] Raise Erlang/OTP requirement to 20.0 --- COMPILE.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPILE.md b/COMPILE.md index 34709ea2f..c6b10800a 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -19,7 +19,7 @@ To compile ejabberd you need: - GCC - Libexpat ≥ 1.95 - Libyaml ≥ 0.1.4 -- Erlang/OTP ≥ 19.3 +- Erlang/OTP ≥ 20.0 - OpenSSL ≥ 1.0.0 Other optional libraries are: diff --git a/configure.ac b/configure.ac index b95f22439..85761366a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 23.04` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd]) -REQUIRE_ERLANG_MIN="8.3 (Erlang/OTP 19.3)" +REQUIRE_ERLANG_MIN="9.0.5 (Erlang/OTP 20.0)" REQUIRE_ERLANG_MAX="100.0.0 (No Max)" AC_CONFIG_MACRO_DIR([m4])