summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-02-03 13:47:31 +0100
committerBastien Nocera <hadess@hadess.net>2021-02-03 13:47:31 +0100
commit7cc6250695ca7c7f326f0dd1dcbabc0061123b6b (patch)
treefccbdac96e1f5a62c81bf815d4cc5e912717f2b8 /meson.build
parentc9a513a6338f673bc26c2aa995f657048173be1e (diff)
downloadgnome-bluetooth-7cc6250695ca7c7f326f0dd1dcbabc0061123b6b.tar.gz
build: Bump soname for the new API
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files 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)