laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/37116?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: If7e1113af2393bb776e7fff60b89355fa02a016d --- M debian/changelog M src/sim/Makefile.am 2 files changed, 17 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/16/37116/1
diff --git a/debian/changelog b/debian/changelog index c9184df..7256e69 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:36:01 +0200 + libosmocore (1.9.0) unstable; urgency=medium
[ Oliver Smith ] diff --git a/src/sim/Makefile.am b/src/sim/Makefile.am index 0f6be57..01c5175 100644 --- a/src/sim/Makefile.am +++ b/src/sim/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=3:2:1 +LIBVERSION=3:3:1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -fPIC -Wall $(TALLOC_CFLAGS)