summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-26 16:51:17 +0100
committerBastien Nocera <hadess@hadess.net>2019-03-26 16:51:17 +0100
commit419537252c5c56a537acf0cd32b81567f7246eeb (patch)
treebc125b87b0ab6ff67ff4648388e27527aaf809cc /meson.build
parentccfb309246ad063d38d1c107eaa4c65cc09a59a3 (diff)
downloadgnome-bluetooth-419537252c5c56a537acf0cd32b81567f7246eeb.tar.gz
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index f50f1b46..adc94d16 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '3.32.0',
+ version: '3.32.1',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',
@@ -37,7 +37,7 @@ enable_gir = get_option('introspection')
# 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 = 1
+revision = 2
age = 0
libversion = '@0@.@1@.@2@'.format(current, age, revision)