[gnome-desktop/wip/hadess/languages-fixes] build: Bump soname for new API



commit 8a499e86a54ba4bce768d65fb62258c1da85259d
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 15 13:47:46 2019 +0200

    build: Bump soname for new API
    
    gnome_get_translated_modifier() was added

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index bba00d99..39b0e438 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project('gnome-desktop', 'c',
 #  * Bump the third component otherwise.
 #
 # A lot easier than libtool, right?
-libversion = '17.0.7'
+libversion = '17.1.7'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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