From f76e213543db4393f413ad3e15c79a7909a493a2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 2 May 2018 16:37:14 +0200 Subject: =?UTF-8?q?Bump=20version:=201.1.0.5-b1ad-dirty=20=E2=86=92=201.2.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4b72bfb1c9c2413e84e9d8a1c5ebc19d476aada1 --- debian/changelog | 6 ++++++ src/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 851dee5..6499958 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtpnl (1.2.0) unstable; urgency=medium + + * Fix CTRL_ATTR_FAMILY_ID attribute size + + -- Harald Welte Wed, 02 May 2018 16:37:14 +0200 + libgtpnl (1.1.0) unstable; urgency=medium * Add genl_socket_close() function diff --git a/src/Makefile.am b/src/Makefile.am index 5490e42..a87c5cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Make_global.am # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=1:0:1 +LIBVERSION=1:1:1 lib_LTLIBRARIES = libgtpnl.la -- cgit v1.2.3