From: Pablo Neira Ayuso Date: Wed, 4 Oct 2017 13:22:00 +0000 (+0200) Subject: build: libnftnl 1.0.8 release X-Git-Tag: libnftnl-1.0.8^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39fdce1dd8cd5e614da7668cacc9584c88e33e36;p=thirdparty%2Flibnftnl.git build: libnftnl 1.0.8 release 907a9f8e5a93 ("src: get rid of aliases and compat") already updated LIBVERSION when symbol aliases have been dropped. Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index 2b74e522..f994ccd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnftnl], [1.0.7]) +AC_INIT([libnftnl], [1.0.8]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4])