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