X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=e1929711ca0c008a2c354ec08e4d7bfab7945b14;hb=ca385fbb8f5035053e372e9f0aeaa5579aee83e2;hp=98508b17eb942f6a63ca18ea9b41bacca73bd163;hpb=5a95cccfdacb0da1091ad71a1777a3045d7497e4;p=nageru diff --git a/meson.build b/meson.build index 98508b1..e192971 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.4-pre') cxx = meson.get_compiler('cpp') qt5 = import('qt5')