build: bump version 1.7.13

And some small tweaks, cleanups
This commit is contained in:
Dirk-Jan C. Binnema
2022-04-18 21:33:43 +03:00
parent b21263da4a
commit 9c853acfa3
5 changed files with 9 additions and 38 deletions

View File

@ -18,7 +18,7 @@
# project setup
#
project('mu', ['c', 'cpp'],
version: '1.7.12',
version: '1.7.13',
meson_version: '>= 0.52.0', # debian 10
license: 'GPL-3.0-or-later',
default_options : [
@ -45,7 +45,6 @@ extra_flags = [
'-Wno-#warnings'
]
if get_option('buildtype') == 'debug'
extra_flags += [
'-ggdb',