osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/40928?usp=email )
Change subject: Bump version: 0.2.0.2-2c06 → 0.2.1 ......................................................................
Bump version: 0.2.0.2-2c06 → 0.2.1
Change-Id: I27bd45482cfba59d94099721c8586acf8e155ebc --- M debian/changelog M src/rlcmac/Makefile.am 2 files changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/28/40928/1
diff --git a/debian/changelog b/debian/changelog index 79ca518..3e9f539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libosmo-gprs (0.2.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * rlcmac: fix EGPRS BEP Link Quality Measurements Type 2 + + [ Oliver Smith ] + * tests: fix for debian 13 armv7l + + -- Oliver Smith osmith@sysmocom.de Tue, 26 Aug 2025 15:52:46 +0200 + libosmo-gprs (0.2.0) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/src/rlcmac/Makefile.am b/src/rlcmac/Makefile.am index 5c49f1c..4d1d5b7 100644 --- a/src/rlcmac/Makefile.am +++ b/src/rlcmac/Makefile.am @@ -1,7 +1,7 @@ # 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:0:0 +LIBVERSION=1:1:0
AM_CPPFLAGS = \ $(all_includes) \