diff options
author | Arturo Borrero Gonzalez <arturo@netfilter.org> | 2018-05-01 11:27:32 +0200 |
---|---|---|
committer | Arturo Borrero Gonzalez <arturo@netfilter.org> | 2018-05-01 11:27:55 +0200 |
commit | 3ccae9f5b2a9564cd63699ba60e54a46bc0d73b6 (patch) | |
tree | 10f55e511b5ae2b347676fd12f8159d92f4cd7ef | |
parent | 2edc7ccd872c60f4a71218e34e737655d6e50efa (diff) |
build: bump LIBVERSIONlibnetfilter_conntrack-1.0.7
library version was already bumped by b266523a03a2.
Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
-rw-r--r-- | Make_global.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am index 7e60ccd..3a7cc05 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=9:0:6 +LIBVERSION=10:0:7 AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} AM_CFLAGS = -Wall |