pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libgtpnl/+/28431 )
Change subject: Bump version: 1.2.2.1-9fa7-dirty → 1.2.3 ......................................................................
Bump version: 1.2.2.1-9fa7-dirty → 1.2.3
Change-Id: I9530d28a2deb4c31be0d1929a37e956c56f55b36 --- M debian/changelog M src/Makefile.am 2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/31/28431/1
diff --git a/debian/changelog b/debian/changelog index 904301f..3a3228e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgtpnl (1.2.3) unstable; urgency=medium + + [ Neels Hofmeyr ] + * fix some cases of rc == 0 on error + + -- Pau Espin Pedrol pespin@sysmocom.de Tue, 28 Jun 2022 16:13:45 +0200 + libgtpnl (1.2.2) unstable; urgency=medium
[ Oliver Smith ] diff --git a/src/Makefile.am b/src/Makefile.am index a87c5cc..4d6910e 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=1:1:1 +LIBVERSION=1:2:1
lib_LTLIBRARIES = libgtpnl.la