From 1b5ad24d08a77e90cd2f962895b45f7eab3e4dba Mon Sep 17 00:00:00 2001
From: yangfl <yangfl@users.noreply.github.com>
Date: Sun, 14 Jun 2020 14:25:50 +0800
Subject: [PATCH 1/8] Increment soversion

Increment soversion due to breaking runtime patch.
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 6eaf2a0..7abe691 100644
--- a/meson.build
+++ b/meson.build
@@ -75,7 +75,7 @@ lib_inih = library('inih',
     include_directories : inc_inih,
     c_args : [arg_static, extra_args],
     install : distro_install,
-    soversion : '0',
+    soversion : '1',
     gnu_symbol_visibility: 'hidden'
 )
 
-- 
2.35.1

