X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=b10655c6806b62b3489c12fa2717d5bf2a897870;hb=70e2471c1297f5ee5592918a736224841d8e4d77;hp=5da809c713d8a0b28906c62119f9fd36b4949cd5;hpb=0f5b8fd8420a450f5994d5f535fdce84dbb10093;p=nageru diff --git a/meson.build b/meson.build index 5da809c..b10655c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.1') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.2') cxx = meson.get_compiler('cpp') qt5 = import('qt5')