summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-10-08 12:28:40 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-10-08 12:28:40 +0200
commitf5d092dd3145d427c7c2ed668e3ac899875c9612 (patch)
treed571155ba129f7a7b52a5fd469bc11df240225d5
parent769d3f781af54f04428fb6942a28e49422be9bc1 (diff)
bump version to 1.0.2libnetfilter_queue-1.0.2
LIBVERSION is already correctly updates, previous release was: 3:0:2 and this is: 4:0:3 This release includes new interfaces, but we're still backward compatible. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6ebba4f..0a1fbd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.
-AC_INIT([libnetfilter_queue], [1.0.1])
+AC_INIT([libnetfilter_queue], [1.0.2])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])