Bump version: 1.12.1.1-dd80 → 1.12.2

Change-Id: If9fc21e71c218b55f210ca038316edd3b77c3a40
This commit is contained in:
Oliver Smith
2023-12-19 12:49:41 +01:00
parent dd8088d852
commit 76b7f4be7a
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
osmo-mgw (1.12.2) unstable; urgency=medium
[ Neels Hofmeyr ]
* client: safely handle dealloc on event dispatch
-- Oliver Smith <osmith@sysmocom.de> Tue, 19 Dec 2023 12:49:41 +0100
osmo-mgw (1.12.1) unstable; urgency=medium
[ Pau Espin Pedrol ]

View File

@@ -19,7 +19,7 @@ AM_LDFLAGS = \
# This is not at all related to the release version, but a range of supported
# API versions. Read TODO_RELEASE in the source tree's root!
MGCP_CLIENT_LIBVERSION=13:0:1
MGCP_CLIENT_LIBVERSION=13:1:1
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \