X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;fp=meson.build;h=eb9de7bd1951b13999a0660e92553f63e932ab37;hb=7924c283e8b052d5f0c6730876cb9293516f6a4c;hp=98508b17eb942f6a63ca18ea9b41bacca73bd163;hpb=5a95cccfdacb0da1091ad71a1777a3045d7497e4;p=nageru 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')