We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6869380 commit 27ba09dCopy full SHA for 27ba09d
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ(2.59)
5
-AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 24.02` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
+AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 24.06` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
6
REQUIRE_ERLANG_MIN="9.0.5 (Erlang/OTP 20.0)"
7
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
8
0 commit comments