We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f33e5 commit bb28265Copy full SHA for bb28265
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 23.01` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
+AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 23.04` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [[email protected]], [ejabberd])
6
REQUIRE_ERLANG_MIN="8.3 (Erlang/OTP 19.3)"
7
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
8
0 commit comments