From ba47419288e429ef62879e50f34b8b6d65a03427 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 30 Sep 2025 09:05:14 +0200 Subject: [PATCH] Prepare for 3.4.1 --- CHANGELOG.md | 6 +++++- meson.build | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d889b..c26452f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ If a change only affects particular applications, they are listed in parentheses ## 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) diff --git a/meson.build b/meson.build index aca3026..28dbda2 100644 --- a/meson.build +++ b/meson.build @@ -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' )