Merging upstream version 0.4.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
584e0220fa
commit
59def95384
20 changed files with 42 additions and 21 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue