aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 1 deletions
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 <laforge@gnumonks.org> 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