Prepare for 3.4.0

This commit is contained in:
Johannes Marbach 2025-09-24 08:13:01 +02:00
parent e4d0eb852f
commit 32b26b8e34
2 changed files with 5 additions and 1 deletions

View file

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