Bump version: 0.7.0.166-61b4-dirty → 0.8.0

Change-Id: I1650f7181cf514ba00e6f70e8133ee88780ebf41
This commit is contained in:
Harald Welte
2021-12-09 08:12:56 +01:00
parent 155c237504
commit 45a8f2beee
4 changed files with 203 additions and 6 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=0:0:0
ST2_LIBVERSION=1:0:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)