summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])