summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-11-17 15:08:46 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2021-11-17 15:27:59 +0100
commit09456c720e9c00eecc08e41ac6b7c291b3821ee5 (patch)
treef8bcfc28cca50beb81fd6823968929f4b8574a1e
parent8a6d0073f0fe05429c662f963be6296bcd7fc2b0 (diff)
build: libnftnl 1.2.1 releaselibnftnl-1.2.1
Bump libversion, because this release adds new API: nftnl_set_elem_nlmsg_build(). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--Make_global.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am
index 70ca28b..36a71d3 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=16:0:5
+LIBVERSION=17:0:6
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}
diff --git a/configure.ac b/configure.ac
index c97526f..8e68035 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.
-AC_INIT([libnftnl], [1.2.0])
+AC_INIT([libnftnl], [1.2.1])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])