X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;fp=meson.build;h=9af5fa318d155c25958c7d2dc3c3a08696ed833c;hb=c6e258604d2725df628e8841afd9a90179edc814;hp=c917239c4c5cdf5038129e3b456065786d57f2e8;hpb=2578d6de47d4a578f3b880c97dd6432e7d9d7139;p=nageru diff --git a/meson.build b/meson.build index c917239..9af5fa3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.0') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.1-pre') cxx = meson.get_compiler('cpp') qt5 = import('qt5')