From: Pablo Neira Ayuso Date: Mon, 30 Jun 2014 10:57:52 +0000 (+0200) Subject: Bump version to v0.3 X-Git-Tag: v0.3^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae73759150652213029718ecfa3017fa28e879c1;p=thirdparty%2Fnftables.git Bump version to v0.3 Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index a2749f87..3a7647f2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.61) AC_COPYRIGHT([Copyright (c) 2008 Patrick McHardy ]) -AC_INIT([nftables], [0.2], [netfilter-devel@vger.kernel.org]) +AC_INIT([nftables], [0.3], [netfilter-devel@vger.kernel.org]) AC_DEFINE([RELEASE_NAME], ["Support Edward Snowden"], [Release name]) AC_CONFIG_SRCDIR([src/rule.c])