summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-01-02 20:28:45 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-01-02 22:49:47 +0100
commit08058418ac34c2456c9d010a99e4420dbe5c885f (patch)
tree11a93f074606b2c042827ab8e1f35fa5ca048d16
parentfd744454b6e2960c7f482affd7f0cd891156915f (diff)
build: bump version to 1.0.1libnetfilter_queue-1.0.1
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6844433..588c9c0 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.0])
+AC_INIT([libnetfilter_queue], [1.0.1])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/Makefile.am b/src/Makefile.am
index 0bd037f..d49e738 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=2:0:1
+LIBVERSION=3:0:2
include ${top_srcdir}/Make_global.am