[jsonrpc-glib] build: bump soname



commit d0e320538d67f4ab9004b89427ad966d9424e410
Author: Christian Hergert <chergert redhat com>
Date:   Sat Jan 13 19:34:04 2018 -0800

    build: bump soname
    
    Our changes to transfer were mostly just G-I annotaiton changes, but to
    be sure that people are recompiling any applications, lets bump the
    soname verison number.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 4734fac..455315b 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ jsonrpc_glib_version_minor = version_arr[1].to_int()
 jsonrpc_glib_version_micro = version_arr[2].to_int()
 
 apiversion = '1.0'
-soversion = 0
+soversion = 1
 
 if jsonrpc_glib_version_minor.is_odd()
   jsonrpc_glib_interface_age = 0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]