From: Steinar H. Gunderson Date: Sat, 15 Jul 2023 15:16:56 +0000 (+0200) Subject: Release Nageru and Futatabi 2.2.2. X-Git-Tag: 2.2.2^0 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=5a95cccfdacb0da1091ad71a1777a3045d7497e4 Release Nageru and Futatabi 2.2.2. --- diff --git a/meson.build b/meson.build index 68d1fa0..98508b1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.2-pre') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.2') cxx = meson.get_compiler('cpp') qt5 = import('qt5')