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

@ -10,7 +10,11 @@ If a change only affects particular applications, they are listed in parentheses
## Unreleased ## Unreleased
- misc: Update LVGL to master (2025-09-29) to potentially address DRM issues Nothing at the moment
## 3.4.1 (2025-09-30)
- misc: Update LVGL to master (2025-09-29) to potentially address DRM issues (!66)
## 3.4.0 (2025-09-24) ## 3.4.0 (2025-09-24)

View file

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