From 0128f0f4db7b10f8c6d1af1af94a11a99e751af3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 24 Jul 2023 14:02:31 +0200 Subject: [PATCH] Release Nageru and Futatabi 2.2.3. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 208cc9a..941c7d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Nageru and Futatabi 2.2.3, July 24th, 2023 + + - Fix startup crashes with newer libsrt. + + - Fix an issue where checkable theme menus would get the wrong + starting state. Reported by Stefano Rivera. + + Nageru and Futatabi 2.2.2, July 15th, 2023 - Fix build breaks with newer GCC and SVT-AV1. diff --git a/meson.build b/meson.build index eb9de7b..48f8b0d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.3-pre') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.3') cxx = meson.get_compiler('cpp') qt5 = import('qt5') -- 2.39.2