summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-05-27 13:27:31 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-05-27 13:50:03 +0200
commitd819a832e0214a3bec3679345f542644596a2850 (patch)
treeed040d3a6beea6372659c573188ca7b1df03d340
parentb02b07e61e72984d6c3fcc43d652647802368dd7 (diff)
build: libnftnl 1.1.3 releaselibnftnl-1.1.3
Moreover, add missing include/rule.h file to Makefile.am. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--Make_global.am2
-rw-r--r--configure.ac2
-rw-r--r--include/Makefile.am1
3 files changed, 3 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am
index 307816b..d0394b3 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -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}
diff --git a/configure.ac b/configure.ac
index ba4fc96..bf1641f 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.2])
+AC_INIT([libnftnl], [1.1.3])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/include/Makefile.am b/include/Makefile.am
index 01667f5..b31aa10 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -10,6 +10,7 @@ noinst_HEADERS = internal.h \
set.h \
common.h \
expr.h \
+ rule.h \
set_elem.h \
udata.h \
utils.h