summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-22 20:45:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-04-22 20:45:46 +0100
commitf712df640debc64c8bdb0395fc1f7f5d1ee9e531 (patch)
treeee9dbc41e78026049b00b173bcf10911fd16e1a7
parentad88e81cfc15fbeebc06d64b3558c7b15e7535a7 (diff)
downloadatk-f712df640debc64c8bdb0395fc1f7f5d1ee9e531.tar.gz
Bump the version of ATK to 2.37.0
The autocleanup symbols for ATK introduce new API, and the only way for dependent libraries to check for them is to use the version that introduced them.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3b12d47..59d22e2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.36.0',
+ version: '2.37.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',