From: Steinar H. Gunderson Date: Mon, 24 Jul 2023 11:50:43 +0000 (+0200) Subject: Bump the version number. X-Git-Tag: 2.2.3~4 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=7924c283e8b052d5f0c6730876cb9293516f6a4c Bump the version number. --- diff --git a/meson.build b/meson.build index 98508b1..eb9de7b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.2') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.3-pre') cxx = meson.get_compiler('cpp') qt5 = import('qt5')