Merging upstream version 0.4.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 06:37:39 +01:00
parent 584e0220fa
commit 59def95384
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
20 changed files with 42 additions and 21 deletions

View file

@ -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])