Prepare for 3.2.0

This commit is contained in:
Johannes Marbach 2024-06-03 21:14:48 +02:00
parent f29983eb46
commit edeb5e4a35
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
project( project(
'buffyboard', 'buffyboard',
'c', 'c',
version: '3.1.0', version: '3.2.0',
default_options: 'warning_level=1', default_options: 'warning_level=1',
meson_version: '>=0.53.0' meson_version: '>=0.53.0'
) )

View file

@ -5,7 +5,7 @@
project( project(
'unl0kr', 'unl0kr',
'c', 'c',
version: '3.1.0', version: '3.2.0',
default_options: 'warning_level=3', default_options: 'warning_level=3',
meson_version: '>=0.53.0' meson_version: '>=0.53.0'
) )