summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:25:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:25:26 +0000
commit65cf0ef6387b1916d771c832447ccddfc028f66e (patch)
treed608fd551b336ab3718a75fb97fc73b67069dd15 /configure.ac
parentAdding upstream version 2.13.0. (diff)
downloaddnsperf-65cf0ef6387b1916d771c832447ccddfc028f66e.tar.xz
dnsperf-65cf0ef6387b1916d771c832447ccddfc028f66e.zip
Adding upstream version 2.13.1.upstream/2.13.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b41c2b9..4283489 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT([dnsperf], [2.13.0], [admin@dns-oarc.net], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues])
+AC_INIT([dnsperf], [2.13.1], [admin@dns-oarc.net], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnsperf.c])
AC_CONFIG_HEADER([src/config.h])