laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/37120?usp=email )
Change subject: Bump version: 1.9.2.2-55ea-dirty → 1.9.3 ......................................................................
Bump version: 1.9.2.2-55ea-dirty → 1.9.3
Change-Id: Ieab03b62fc1b1bbb69f566cf3b631330fcbccdf8 --- 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/20/37120/1
diff --git a/debian/changelog b/debian/changelog index 9a06fe9..308fabf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libosmocore (1.9.3) 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 19:40:40 +0200 + libosmocore (1.9.2) unstable; urgency=medium
[ Pau Espin Pedrol ] 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)