summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-07 17:57:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-07 17:57:49 +0000
commit1233f2826ccb20e0dd7042e45fa41316c1a565f2 (patch)
tree208b121bc5becb304de159c93f7945774bbd6061 /configure.ac
parentReleasing debian version 0.3.3-4. (diff)
downloaddnswire-1233f2826ccb20e0dd7042e45fa41316c1a565f2.tar.xz
dnswire-1233f2826ccb20e0dd7042e45fa41316c1a565f2.zip
Merging upstream version 0.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7d0d9a4..63dc8da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
AC_PREREQ(2.61)
-AC_INIT([dnswire], [0.3.3], [admin@dns-oarc.net], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
+AC_INIT([dnswire], [0.4.0], [admin@dns-oarc.net], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
AC_SUBST([DNSWIRE_VERSION_MAJOR], [0000])
-AC_SUBST([DNSWIRE_VERSION_MINOR], [0003])
-AC_SUBST([DNSWIRE_VERSION_PATCH], [0003])
-AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:0:0])
+AC_SUBST([DNSWIRE_VERSION_MINOR], [0004])
+AC_SUBST([DNSWIRE_VERSION_PATCH], [0000])
+AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:1:0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnstap.c])
AC_CONFIG_HEADER([src/config.h])