laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/37115?usp=email )
Change subject: Bump version: 1.9.0.2-52e39 → 1.9.1 ......................................................................
Bump version: 1.9.0.2-52e39 → 1.9.1
Change-Id: I2932adf3f5f9a2b278b9de4dbdcfbe7a5b1b7b78 --- M debian/changelog M src/sim/Makefile.am 2 files changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/15/37115/1
diff --git a/debian/changelog b/debian/changelog index c9184df..6cdf57c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libosmocore (1.9.1) unstable; urgency=medium + + * libosmosim: class_tables: Resolve conflicting CLA=8x INS=F2 definitions + * libosmosim: class_tables: Fix GlobalPlatform CLA=8x INS=CA/CB GET DATA + + -- Harald Welte laforge@osmocom.org Thu, 06 Jun 2024 18:31:53 +0200 + libosmocore (1.9.0) unstable; urgency=medium
[ Oliver Smith ] diff --git a/src/sim/Makefile.am b/src/sim/Makefile.am index 0f6be57..9a2a699 100644 --- a/src/sim/Makefile.am +++ b/src/sim/Makefile.am @@ -2,6 +2,7 @@ # 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=3:2:1 +LIBVERSION=4:0:2
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -fPIC -Wall $(TALLOC_CFLAGS)