From ab7cb6dda1bf629e8dbae1f38144b914a3082fc9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 16 Sep 2015 19:12:47 +0200 Subject: build: bump library versioning Commit libnftnl-1.0.3-31-g5ea54b2 removed a symbol. Such requires a bumped to n+1:0:0. The symbol groups can be merged again to save time processing them as the groups are relative to a particular SONAME (of which we have a new one). Signed-off-by: Jan Engelhardt Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 14ddeef..6720d28 100644 --- a/Make_global.am +++ b/Make_global.am @@ -18,7 +18,7 @@ # set age to 0. # # -LIBVERSION=3:0:3 +LIBVERSION=4:0:0 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS} AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN} -- cgit v1.2.3