Prepare for 3.4.1

This commit is contained in:
Johannes Marbach 2025-09-30 09:05:14 +02:00
parent f422bb7be4
commit ba47419288
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
project('buffybox', 'c',
version: '3.4.0',
version: '3.4.1',
default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'],
meson_version: '>= 0.60.0'
)