Bump version: 0.9.0.4-3248-dirty → 0.9.1

Change-Id: I0d06c6f15aa99be7609eac9afb6b9df8e6cf3dc5
This commit is contained in:
Oliver Smith
2026-07-08 08:47:19 +02:00
parent 3248cdb416
commit 5b9be4a52b
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,3 +1,15 @@
simtrace2 (0.9.1) unstable; urgency=medium
[ Oliver Smith ]
* Generate a version.h file
* firmware: replace libnewlib with picolibc
* firmware/Makefile: remove -Wredundant-decls
[ Harald Welte ]
* Use gsmtap_inst_fd2() to remove compiler warning
-- Oliver Smith <osmith@sysmocom.de> Wed, 08 Jul 2026 08:47:19 +0200
simtrace2 (0.9.0) unstable; urgency=medium
[ Oliver Smith ]
+1 -1
View File
@@ -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
ST2_LIBVERSION=2:0:1
ST2_LIBVERSION=2:1:1
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)