summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-02-18 17:03:14 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-02-28 22:20:17 +0100
commit035a95ea19188a79a852d7e290c139c183f17991 (patch)
tree81b94b68a447c89a5e23e0c861b2bc1eb20bf96f /meson.build
parentf8936b5626e3ce90cdb5dba17d86fa47e268b56c (diff)
downloadnautilus-035a95ea19188a79a852d7e290c139c183f17991.tar.gz
meson: Update to 0.59
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 f8973e020..c60460d02 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('nautilus', 'c',
# * Update GTK-based codes over src/gtk/gtk-code-generator.sh
version: '43.alpha',
- meson_version: '>= 0.49.0',
+ meson_version: '>= 0.59.0',
license: 'GPL-3.0-or-later'
)