From 6e7f2f2aa3ccaee21f6a95122e7059cd56002058 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 28 Jun 2022 16:13:45 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.2.1-9fa7-dirty=20?= =?UTF-8?q?=E2=86=92=201.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9530d28a2deb4c31be0d1929a37e956c56f55b36 --- debian/changelog | 7 +++++++ src/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 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 @@ 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:1:1 +LIBVERSION=1:2:1 lib_LTLIBRARIES = libgtpnl.la