From: Pablo Neira Ayuso Date: Tue, 17 Aug 2021 17:25:46 +0000 (+0200) Subject: build: Bump version to v1.0.0 X-Git-Tag: v1.0.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8062079da0102ea2859f1e5732da5ef9c0b9ee0c;p=thirdparty%2Fnftables.git build: Bump version to v1.0.0 Update libversion since new API has been added in 9edaa6a51eab ("src: add --define key=value"). Signed-off-by: Pablo Neira Ayuso --- diff --git a/Make_global.am b/Make_global.am index 713d9583..5bb541f6 100644 --- a/Make_global.am +++ b/Make_global.am @@ -18,4 +18,4 @@ # set age to 0. # # -libnftables_LIBVERSION=1:0:0 +libnftables_LIBVERSION=2:0:1 diff --git a/configure.ac b/configure.ac index dc6f4648..6069b871 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([nftables], [0.9.9], [netfilter-devel@vger.kernel.org]) -AC_DEFINE([RELEASE_NAME], ["Prudence Pimpleton"], [Release name]) +AC_INIT([nftables], [1.0.0], [netfilter-devel@vger.kernel.org]) +AC_DEFINE([RELEASE_NAME], ["Fearless Fosdick #2"], [Release name]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])