osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
Bump version: 1.3.0.4-b968 → 1.3.1

Change-Id: Iba3b7a3b4f519be39808d03617967bb7027c6735
---
M debian/changelog
M src/Makefile.am
2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9aba358..61e0d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libgtpnl (1.3.1) unstable; urgency=medium
+
+ [ Eric Wild ]
+ * fix clang build
+
+ [ Jan Engelhardt ]
+ * Revert `configure: regular_C(PP)FLAGS -> C(PP)FLAGS`
+ * build: fix bashims in configure.ac
+
+ [ Pau Espin Pedrol ]
+ * dev_create: Avoid passing IFLA_GTP_FD* attribute with value -1
+
+ -- Oliver Smith <osmith@sysmocom.de> Mon, 21 Oct 2024 13:31:29 +0200
+
libgtpnl (1.3.0) unstable; urgency=medium

[ Oliver Smith ]
diff --git a/src/Makefile.am b/src/Makefile.am
index fbc7579..57c87d5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@

# 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=2:0:2
+LIBVERSION=2:1:2


lib_LTLIBRARIES = libgtpnl.la

To view, visit change 38477. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: Iba3b7a3b4f519be39808d03617967bb7027c6735
Gerrit-Change-Number: 38477
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>