[gitg/wip/chergert/macos-build-fixes: 1/3] build: bump meson version to 0.50
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/chergert/macos-build-fixes: 1/3] build: bump meson version to 0.50
- Date: Fri, 4 Feb 2022 23:08:34 +0000 (UTC)
commit 57f27c0199b7e167869162e82fdd6f2c646faf9f
Author: Christian Hergert <christian hergert me>
Date: Fri Feb 4 15:05:36 2022 -0800
build: bump meson version to 0.50
Features from 0.50 were already being used, so this is cosmetic.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 760ef159..75442e51 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '41',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.48.0',
+ meson_version: '>= 0.50.0',
)
application_id = 'org.gnome.gitg'
gitg_name = meson.project_name()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]