]> git.ipfire.org Git - thirdparty/libnftnl.git/commitdiff
build: libnftnl 1.1.3 release libnftnl-1.1.3
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 27 May 2019 11:27:31 +0000 (13:27 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 27 May 2019 11:50:03 +0000 (13:50 +0200)
Moreover, add missing include/rule.h file to Makefile.am.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Make_global.am
configure.ac
include/Makefile.am

index 307816b97108985ee8a81d6a18736d53153d9806..d0394b3700671f9a96f8ba8937747265d578296c 100644 (file)
@@ -18,7 +18,7 @@
 # set age to 0.
 # </snippet>
 #
-LIBVERSION=11:0:0
+LIBVERSION=12:0:1
 
 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS}
 AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}
index ba4fc96a1969a84424b0afc69cfd5cfc0109d165..bf1641fcccaa94875db45e1a0b1e7800b6867af4 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.
 
-AC_INIT([libnftnl], [1.1.2])
+AC_INIT([libnftnl], [1.1.3])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 01667f57a7b17bde80b97e6ddff664d6d3427705..b31aa100385d2eaf09c9d240ed6fe765804e4057 100644 (file)
@@ -10,6 +10,7 @@ noinst_HEADERS = internal.h   \
                 set.h          \
                 common.h       \
                 expr.h         \
+                rule.h         \
                 set_elem.h     \
                 udata.h        \
                 utils.h