summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2021-09-19 11:44:44 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2021-09-19 11:44:44 -0700
commit8addaef4566113c81eda3ec55ec2be1771a328b6 (patch)
tree43def318cb4acdb4a1766738a2ba10cebd12ba8f /meson.build
parentb9e122044a7ccc1e2a3374c680b6ea82066bfa59 (diff)
downloadgjs-8addaef4566113c81eda3ec55ec2be1771a328b6.tar.gz
build: Post-branch version bump
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 8e669c21..e28c4bf9 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2019 Philip Chimento <philip.chimento@gmail.com>
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <fanchunwei@src.gnome.org>
-project('gjs', 'cpp', 'c', version: '1.70.1', license: ['MIT', 'LGPL2+'],
+project('gjs', 'cpp', 'c', version: '1.71.1', license: ['MIT', 'LGPL2+'],
meson_version: '>= 0.52.0',
default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99',
'warning_level=2', 'b_pch=true' ])