summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-03-24 12:25:41 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2022-03-24 12:25:41 +0000
commitf1051ba57a2110c46a136a48f4d60a405bc2c3f5 (patch)
treed6723bf7a198738bbb997a03951cc0205de0e472 /meson.build
parent337eeb104abef33a7ee853bdd6febc1c00cb095a (diff)
parent0f214fa17d730cc83267e6378d2520082da0864d (diff)
downloadatk-f1051ba57a2110c46a136a48f4d60a405bc2c3f5.tar.gz
Merge branch 'ebassi/atk-2-38' into 'master'2.38.0
Release ATK 2.38.0 See merge request GNOME/atk!49
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 a1c7846..205d8db 100644
--- a/meson.build
+++ b/meson.build
@@ -1,12 +1,12 @@
project('atk', 'c',
- version: '2.37.0',
- license: 'LGPLv2.1+',
+ version: '2.38.0',
+ license: 'LGPL-2.1-or-later',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',
'c_std=c99',
],
- meson_version : '>= 0.49.0')
+ meson_version : '>= 0.56.2')
cc = meson.get_compiler('c')
host_system = host_machine.system()