this release also adds xtables_getether* functions to libxtables, so current and age are incremented as well. Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 07e32064489b..1da8555e65f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ -AC_INIT([iptables], [1.8.0]) +AC_INIT([iptables], [1.8.1]) # See libtool.info "Libtool's versioning system" -libxtables_vcurrent=12 -libxtables_vage=0 +libxtables_vcurrent=13 +libxtables_vage=1 AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) -- 2.17.2