From d5936a49a4260e658b24178d2ae356a53cca3cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Wed, 2 Sep 2020 11:31:11 +0200 Subject: [PATCH] meson.build: Bump the soversion We changed a functions signature and added a new one --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ac316b7..3d54062 100644 --- a/meson.build +++ b/meson.build @@ -30,7 +30,7 @@ project('microdns', ['c'], 'b_ndebug=if-release']) mdns_version = meson.project_version() -mdns_soname_version = '0.1.0' +mdns_soname_version = '1.0.0' ver_arr = mdns_soname_version.split('.') mdns_major_version = ver_arr[0]