From 703553a4457935ec83119efb70bd23a7b05e7c0b Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 5 Jun 2020 11:40:21 +0200 Subject: configure: prepare for 1.0.4 release Also bump libtool version, we added new interfaces, but nothing was removed. Signed-off-by: Florian Westphal --- configure.ac | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2686fe9..95ee82a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnetfilter_queue], [1.0.3]) +AC_INIT([libnetfilter_queue], [1.0.4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/Makefile.am b/src/Makefile.am index 9fdccfb..ab2a151 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,7 @@ # set age to 0. # # -LIBVERSION=5:0:4 +LIBVERSION=6:0:5 include ${top_srcdir}/Make_global.am -- cgit v1.2.3