summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-08-24 10:43:05 +0200
committerBastien Nocera <hadess@hadess.net>2022-08-24 10:43:05 +0200
commit87bacdfe6bc3068bd4a5d11ee5e09a91c0de9b3c (patch)
treec63758839f5fc76ac65f3c95c30d95bb1d8d5b14 /meson.build
parentab2e8dac222a8efd68c874a9ffeadbbb34d33ad6 (diff)
downloadgnome-bluetooth-87bacdfe6bc3068bd4a5d11ee5e09a91c0de9b3c.tar.gz
42.342.3
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 4833302a..3fc26903 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.2',
+ version: '42.3',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',
@@ -34,9 +34,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 = 14
+current = 15
revision = 0
-age = 1
+age = 2
lt_soversion = current - age
libversion = '@0@.@1@.@2@'.format(lt_soversion, age, revision)