aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-08-01 10:59:18 +0200
committerOliver Smith <osmith@sysmocom.de>2024-08-01 10:59:18 +0200
commit01a7d4089f3c980bc3ae365f5b6b1aab4c2799d1 (patch)
treee8cab152664f5b89196d9f648609d7cb3b738d30
parent9ea42126ccc55dbc13e1eda0249570590e4462f3 (diff)
Bump version: 1.5.0.1-9ea4 → 1.5.11.5.1
-rw-r--r--debian/changelog7
-rw-r--r--src/Makefile.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 90f725a..bb5adff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmo-netif (1.5.1) unstable; urgency=medium
+
+ [ Daniel Willmann ]
+ * ipa: Ensure osmo_ipa_segmentation_cb sets msg->l2h to the payload data
+
+ -- Oliver Smith <osmith@sysmocom.de> Thu, 01 Aug 2024 10:59:18 +0200
+
libosmo-netif (1.5.0) unstable; urgency=medium
[ arehbein ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 874a92d..2ceadc0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
# 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=13:0:2
+LIBVERSION=13:1:2
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)