osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/11/39511/1
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@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