We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3a9f7 commit 601fcbaCopy full SHA for 601fcba
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.07` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
+AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 24.10` | 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