[libsoup] meson: Use the correct soversion



commit 0569e9790634388d917dd3d392c114eb070b4d3c
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Sep 3 09:09:52 2018 +0200

    meson: Use the correct soversion
    
    It's supposed to be 1 and not 0.
    
    Closes: #9

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f99b43fc..b7fd1532 100644
--- a/meson.build
+++ b/meson.build
@@ -15,7 +15,7 @@ soup_version_micro = version_arr[2]
 
 libversion = '1.8.0'
 apiversion = '2.4'
-soversion = '0'
+soversion = '1'
 libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)
 
 host_system = host_machine.system()


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