Skip to content

Commit

Permalink
Version bump 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixjones committed Feb 26, 2023
1 parent b7afa6e commit 811afa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#===============================================================================

project('agbabi', 'c',
version: '2.0.0',
version: '2.1.0',
license: 'Zlib',
meson_version: '>=0.56.2',
default_options: [
Expand Down Expand Up @@ -54,7 +54,7 @@ c_args = [
'-ffunction-sections',
'-fdata-sections',
]
if get_option('warning_level') >= '3'
if get_option('warning_level') == '3'
c_args += '-Wconversion'
endif

Expand Down

0 comments on commit 811afa6

Please sign in to comment.