osmith has submitted this change. (
https://gerrit.osmocom.org/c/libgtpnl/+/39511?usp=email )
Change subject: Bump version: 1.3.1.1-f598-dirty → 1.3.2
......................................................................
Bump version: 1.3.1.1-f598-dirty → 1.3.2
Change-Id: Ic3b80d650d6b2862c9f1d8c1ea224c1f63ce7ab6
---
M debian/changelog
M src/Makefile.am
2 files changed, 7 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog
index 61e0d29..32a64ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgtpnl (1.3.2) unstable; urgency=medium
+
+ * dev_create: support returning -EEXIST
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 12 Feb 2025 11:55:14 +0100
+
libgtpnl (1.3.1) unstable; urgency=medium
[ Eric Wild ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 57c87d5..e679c87 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:1:2
+LIBVERSION=2:2:2
lib_LTLIBRARIES = libgtpnl.la
--
To view, visit
https://gerrit.osmocom.org/c/libgtpnl/+/39511?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: Ic3b80d650d6b2862c9f1d8c1ea224c1f63ce7ab6
Gerrit-Change-Number: 39511
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>