From: Steinar H. Gunderson Date: Tue, 4 Jul 2023 18:09:19 +0000 (+0200) Subject: Bump the version number. X-Git-Tag: 2.2.2~6 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=783118e3de86f7f9b649b8eb7bc5b9c5ec640080 Bump the version number. --- diff --git a/meson.build b/meson.build index 8176d7e..af615d1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.1') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.2-pre') cxx = meson.get_compiler('cpp') qt5 = import('qt5')