diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-08 08:43:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-08 08:44:17 +0000 |
commit | a3fca4ba67dbd205be1fecbd4bbffe21cf778400 (patch) | |
tree | c24dbb6cb98906ecd3867ab21037425e6aa63f9e /configure.ac | |
parent | Releasing debian version 2.7.0-1. (diff) | |
download | dnsperf-a3fca4ba67dbd205be1fecbd4bbffe21cf778400.tar.xz dnsperf-a3fca4ba67dbd205be1fecbd4bbffe21cf778400.zip |
Merging upstream version 2.7.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c8f6029..a4e044b 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT([dnsperf], [2.7.0], [admin@dns-oarc.net], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues]) +AC_INIT([dnsperf], [2.7.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]) |