From bd60930f3632c0741e3dde12c11f66a8599af67a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 6 Sep 2017 12:17:32 +0200 Subject: libgtp: Bump major LIBVERSION for recent API/ABI breakage in Change-Id I68ae49a765828fa681054c68bf7f5e74dbe48ad2 we introduced a new struct member that breks ABI and API. Change-Id: Ie631880155513b1b78d1e9dd473dc5dc50e05943 --- gtp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtp/Makefile.am b/gtp/Makefile.am index 32025d6..7a0ff0a 100644 --- a/gtp/Makefile.am +++ b/gtp/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=1:0:0 +LIBVERSION=2:0:0 lib_LTLIBRARIES = libgtp.la include_HEADERS = gtp.h pdp.h gtpie.h -- cgit v1.2.3