From 7cc6250695ca7c7f326f0dd1dcbabc0061123b6b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 3 Feb 2021 13:47:31 +0100 Subject: build: Bump soname for the new API --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson.build') 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) -- cgit v1.2.1