summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-10 09:43:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-10 09:43:16 +0000
commit61524c58020d03b22e750e8bf7a1871acbfdb8c0 (patch)
tree8761969b2a8fef51432c6b2f5a796a99acffddc1 /configure.ac
parentReleasing debian version 0.2.0-2. (diff)
downloaddnswire-61524c58020d03b22e750e8bf7a1871acbfdb8c0.tar.xz
dnswire-61524c58020d03b22e750e8bf7a1871acbfdb8c0.zip
Merging upstream version 0.3.3.
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 87971aa..7d0d9a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])