aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-06-06 19:40:40 +0200
committerHarald Welte <laforge@osmocom.org>2024-06-06 19:40:40 +0200
commit0168596fc76224ac0947e1a9e9d1c0cbbd1c62b3 (patch)
tree73e2506bc88c1c451fd058923449d53e7a63253d
parent55ea51049775e623880f62026ad827f580aec7a2 (diff)
Bump version: 1.9.2.2-55ea-dirty → 1.9.31.9.3rel-1.9.3
-rw-r--r--debian/changelog7
-rw-r--r--src/sim/Makefile.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9a06fe92..308fabfb 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 0f6be576..01c51757 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)