1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Raise Erlang/OTP minimum requirement to 25.0 (#4281)

This commit is contained in:
Badlop 2025-04-21 11:24:08 +02:00
parent 82ec0a4837
commit 54796f888e
3 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 25.04` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
REQUIRE_ERLANG_MIN="9.0.5 (Erlang/OTP 20.0)"
REQUIRE_ERLANG_MIN="13.0 (Erlang/OTP 25.0)"
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
AC_CONFIG_MACRO_DIR([m4])