[gnome-bluetooth/wip/hadess/add-speakers] build: Bump soname for the new API



commit 7cc6250695ca7c7f326f0dd1dcbabc0061123b6b
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 3 13:47:31 2021 +0100

    build: Bump soname for the new API

 meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4165f3fa..4e712ef1 100644
--- a/meson.build
+++ b/meson.build
@@ -36,9 +36,9 @@ enable_gir = get_option('introspection')
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-current = 13
-revision = 2
-age = 0
+current = 14
+revision = 0
+age = 1
 
 libversion = '@0@.@1@.@2@'.format(current, age, revision)
 


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