Merging upstream version 0.3.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
606be16474
commit
2666d1bb34
15 changed files with 293 additions and 42 deletions
|
@ -1,9 +1,9 @@
|
|||
AC_PREREQ(2.61)
|
||||
AC_INIT([dnswire], [0.2.0], [admin@dns-oarc.net], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
|
||||
AC_INIT([dnswire], [0.3.3], [admin@dns-oarc.net], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
|
||||
AC_SUBST([DNSWIRE_VERSION_MAJOR], [0000])
|
||||
AC_SUBST([DNSWIRE_VERSION_MINOR], [0001])
|
||||
AC_SUBST([DNSWIRE_VERSION_PATCH], [0000])
|
||||
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [0:1:0])
|
||||
AC_SUBST([DNSWIRE_VERSION_MINOR], [0003])
|
||||
AC_SUBST([DNSWIRE_VERSION_PATCH], [0003])
|
||||
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:0: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