1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From 120dc70075667a3995ad9a0ebbdcb78dfb9bf316 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 4e4fe4b..b104957 100644
--- a/meson.build
+++ b/meson.build
@@ -79,7 +79,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.47.2
|