From b0e4be94c0b8f68d4e912402b93a130063c34e17 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 18 Nov 2021 11:10:48 +0100 Subject: build: bump version to 1.0.2 New API: nflog_attr_*() and nflog_nlmsg_*(), update LIBVERSION. Signed-off-by: Pablo Neira Ayuso --- configure.ac | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 589eb59..762af47 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnetfilter_log], [1.0.1]) +AC_INIT([libnetfilter_log], [1.0.2]) 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 203ca0c..c0f5286 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,7 @@ # set age to 0. # # -LIBVERSION = 2:0:1 +LIBVERSION = 3:0:2 IPULOG_LIBVERSION = 1:0:0 include ${top_srcdir}/Make_global.am -- cgit v1.2.3