From 9581993c34e58d5766b45ae95bbf763d1526a869 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sat, 18 Mar 2023 14:03:42 -0700 Subject: build: Pre-release version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3ac372a1..45a05442 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.75.90', license: ['MIT', 'LGPL2+'], +project('gjs', 'cpp', 'c', version: '1.76.0', license: ['MIT', 'LGPL2+'], meson_version: '>= 0.54.0', default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99', 'warning_level=2', 'b_pch=true' ]) -- cgit v1.2.1