We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a01a2 commit 9bd1b39Copy full SHA for 9bd1b39
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.06` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
+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])
6
REQUIRE_ERLANG_MIN="9.0.5 (Erlang/OTP 20.0)"
7
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
8
0 commit comments