From: Øyvind Kolås Date: Thu, 8 Aug 2019 08:55:11 +0000 (+0200) Subject: gir: set nsversion to 0.1 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49d44277c7b21d1a39b42584106dc32a52cd36ad;p=babl.git gir: set nsversion to 0.1 --- diff --git a/babl/meson.build b/babl/meson.build index 3d86860..b551c9a 100644 --- a/babl/meson.build +++ b/babl/meson.build @@ -146,7 +146,7 @@ if get_option('enable-gir') '-DBABL_IS_BEING_COMPILED', ], namespace: 'Babl', - nsversion: '1', + nsversion: '0.1', header: 'babl.h', install: true, )