[libgweather] build: Bump soname



commit 18632448d4ded235e5bbd033457135d44ac85fee
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 4 12:05:18 2019 +0200

    build: Bump soname
    
    Bump the soname after the GWEATHER_LOCATION_ADM2 enum member removal
    in commit 4e7a3a9. This changes the values of the enum member after
    it, and can cause crashes in applications that weren't rebuilt against
    the 3.32 version.
    
    Closes: #17

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 54a5063..588e201 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@ libgweather_version = meson.project_version().split('.')
 # b) If interfaces have been changed or added, but binary compatibility has
 #    been preserved, change to C+1:0:A+1
 # c) If the interface is the same as the previous version, change to C:R+1:A
-libgweather_lt_c=15
+libgweather_lt_c=16
 libgweather_lt_r=0
 libgweather_lt_a=0
 


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