osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/41356?usp=email )
Change subject: Bump version: 1.11.2.1-ba4c0 → 1.11.3 ......................................................................
Bump version: 1.11.2.1-ba4c0 → 1.11.3
Change-Id: I8bec5917f1de938775401a1030cdd29b5700873e --- M debian/changelog M src/gsm/Makefile.am 2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/56/41356/1
diff --git a/debian/changelog b/debian/changelog index a6d79a9..1daf89d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libosmocore (1.11.3) unstable; urgency=medium + + [ Harald Welte ] + * gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954) + + -- Oliver Smith osmith@sysmocom.de Thu, 06 Nov 2025 10:29:31 +0100 + libosmocore (1.11.2) unstable; urgency=medium
[ Oliver Smith ] diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index e732c7e..20cab1f 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=22:1:2 +LIBVERSION=22:2:2
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS)