Skip to content

Commit

Permalink
build: bump version to 1.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jul 17, 2023
1 parent 56cea76 commit 67f95ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
version: '1.11.9',
version: '1.11.10',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
Expand Down Expand Up @@ -56,7 +56,11 @@ extra_flags = [
'-Wno-switch-enum',
'-Wno-keyword-macro',
'-Wno-volatile',
'-Wno-#warnings']
'-Wno-#warnings',
# assuming these are false alarm... (in fmt, with gcc13):
'-Wno-array-bounds',
'-Wno-stringop-overflow',
]

if get_option('buildtype') == 'debug'
extra_flags += [
Expand Down

0 comments on commit 67f95ea

Please sign in to comment.