aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-10-17 13:11:25 +0200
committerHarald Welte <laforge@osmocom.org>2023-10-17 13:11:25 +0200
commita713b3379249b7f852ce0cc51cf8c2374dd9069c (patch)
tree9ce8bad3034caa8d66d94fc9979ef7295e4eb22f
parentfc41f32275878eb874535548e35a8dea43bba9b5 (diff)
Bump version: 1.8.0.21-fbd0 → 1.8.11.8.1rel-1.8.1
-rw-r--r--debian/changelog6
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8714beb..cd1c181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmo-sccp (1.8.1) unstable; urgency=medium
+
+ * Fix counting received IPA packets in server mode
+
+ -- Harald Welte <laforge@osmocom.org> Tue, 17 Oct 2023 13:11:24 +0200
+
libosmo-sccp (1.8.0) unstable; urgency=medium
[ Neels Hofmeyr ]
diff --git a/src/Makefile.am b/src/Makefile.am
index f20e193..c87848d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@ lib_LTLIBRARIES = libosmo-sigtran.la
# 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=9:0:0
+LIBVERSION=9:1:0
libosmo_sigtran_la_SOURCES = sccp_sap.c sua.c m3ua.c xua_msg.c sccp_helpers.c \
sccp2sua.c sccp_scrc.c sccp_sclc.c sccp_scoc.c \