Bump version: 0.8.1 → 0.9.0

Change-Id: I6965017fcd5323677ce11fd9860d4355eb8f770f
This commit is contained in:
Oliver Smith
2025-02-12 16:07:53 +01:00
parent 64e0adedb0
commit c38ad746f2
5 changed files with 102 additions and 9 deletions

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=1:0:0
ST2_LIBVERSION=2:0:1
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)