iigs
2024-04-02 05257fc24bf6af124b41cfc0115441b17e1bbac1
commit | author | age
0ce7df 1 --- ejabberd-24.02/configure.ac.orig    2024-02-27 10:32:55.000000000 +0100
AW 2 +++ ejabberd-24.02/configure.ac    2024-04-02 10:43:54.514925690 +0200
60a562 3 @@ -2,7 +2,7 @@
R 4  # Process this file with autoconf to produce a configure script.
5  
6  AC_PREREQ(2.59)
0ce7df 7 -AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 24.02` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
AW 8 +AC_INIT(ejabberd, [24.02], [ejabberd@process-one.net], [ejabberd])
60a562 9  REQUIRE_ERLANG_MIN="9.0.5 (Erlang/OTP 20.0)"
R 10  REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
11