From: Steinar H. Gunderson Date: Mon, 24 Jul 2023 12:02:31 +0000 (+0200) Subject: Release Nageru and Futatabi 2.2.3. X-Git-Tag: 2.2.3^0 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=0128f0f4db7b10f8c6d1af1af94a11a99e751af3 Release Nageru and Futatabi 2.2.3. --- 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')