summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-24 06:19:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-24 06:19:45 +0000
commitefe769c42efe29f3b7a602a63357a1925b626a24 (patch)
treee484acdfea9137d1e2d70b30e94dca2e652171fb /configure.ac
parentReleasing debian version 2.11.2-1. (diff)
downloaddnsperf-efe769c42efe29f3b7a602a63357a1925b626a24.tar.xz
dnsperf-efe769c42efe29f3b7a602a63357a1925b626a24.zip
Merging upstream version 2.12.0.
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 b25c19f..dd84b36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT([dnsperf], [2.11.2], [admin@dns-oarc.net], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues])
+AC_INIT([dnsperf], [2.12.0], [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])