summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-09-10 10:50:33 +0200
committerChristian Persch <chpe@src.gnome.org>2022-09-10 10:50:33 +0200
commit58230227c6a551fffb69066e4b6fea0733fc2b9e (patch)
tree1386e565b405f0e7ab4a5f76ed36c4adfee3dcea /meson.build
parentabfe9972b91b4264bceadba1156e2b693486dc03 (diff)
downloadgnome-terminal-58230227c6a551fffb69066e4b6fea0733fc2b9e.tar.gz
build: Update meson req version
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a5ce3977..f0159ce8 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@ project(
'GPL-3.0-only', 'CC-BY-SA-3.0', # the documentation
'GFDL-1.3-only', # the appstream data
],
- meson_version: '>= 0.49.0',
+ meson_version: '>= 0.60.0',
version: '3.47.1',
)