From 2ef96b9a7f1658f8cae55428aa6f0e4ab358f63f Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 13 Feb 2022 17:50:31 -0800 Subject: build: Post-release version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 136e812b..39d3986c 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2019 Philip Chimento # SPDX-FileCopyrightText: 2019 Chun-wei Fan -project('gjs', 'cpp', 'c', version: '1.71.1', license: ['MIT', 'LGPL2+'], +project('gjs', 'cpp', 'c', version: '1.71.90', 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' ]) -- cgit v1.2.1