From 49d44277c7b21d1a39b42584106dc32a52cd36ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 8 Aug 2019 10:55:11 +0200 Subject: [PATCH] gir: set nsversion to 0.1 --- babl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) -- 2.30.2