summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2020-10-26 13:54:19 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2020-10-26 14:28:41 +0100
commitb2cd6d28fab02934c4ddff0699718d74272eccd3 (patch)
treec6b0d82b3e9fe10b33e4d5b085daf5d7ed224735
parent1596bf929e28d9562116d9a6b3fa15f43d3acdfc (diff)
build: libnftnl 1.1.8 releaselibnftnl-1.1.8
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 44f0762..b2f2f66 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=14:0:3
+LIBVERSION=15:0:4
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 c447d7f..3d6ce92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.
-AC_INIT([libnftnl], [1.1.7])
+AC_INIT([libnftnl], [1.1.8])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])