osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-netif/+/40925?usp=email )
Change subject: Bump version: 1.6.0.2-3050 → 1.6.1
......................................................................
Bump version: 1.6.0.2-3050 → 1.6.1
Change-Id: I62dfb8169f1123f8509dcd93ddd73641822247c2
---
M debian/changelog
M src/Makefile.am
2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/25/40925/1
diff --git a/debian/changelog b/debian/changelog
index cb8dbbd..f8b93e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmo-netif (1.6.1) unstable; urgency=medium
+
+ * Fix time_t prints for debian 13 armv7l
+ * Use %zu for size_t
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Tue, 26 Aug 2025 15:44:56 +0200
+
libosmo-netif (1.6.0) unstable; urgency=medium
[ Harald Welte ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 98dc276..465eaf4 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=14:0:3
+LIBVERSION=14:1:3
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(COVERAGE_CFLAGS)
$(LIBSCTP_CFLAGS)
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/40925?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-netif
Gerrit-Branch: osmith/1.6.1
Gerrit-Change-Id: I62dfb8169f1123f8509dcd93ddd73641822247c2
Gerrit-Change-Number: 40925
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>