summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-01-04 17:33:33 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-01-04 17:33:33 +0100
commit14b50313556eb7ad86de21438ae5837624db381f (patch)
tree41e9d07ff4e757adae51e49ff39020ce80275fd9
parent8e63e483240687ee4c4325073d84926e39416bc9 (diff)
build: bump version to 1.0.0libnetfilter_conntrack-1.0.0
This patch bumps version to 1.0.0 and it bumps the API revision number. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--Make_global.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am
index bf74d1c..75d0898 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -2,7 +2,7 @@
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-LIBVERSION=4:3:1
+LIBVERSION=5:0:2
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
diff --git a/configure.ac b/configure.ac
index e7d8fcb..48d7b71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.
-AC_INIT([libnetfilter_conntrack], [0.9.1])
+AC_INIT([libnetfilter_conntrack], [1.0.0])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])