summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2023-03-18 14:10:37 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2023-03-18 14:10:37 -0700
commit3d3ba27aa1c609ac4eb62965287613eb9ba77c4f (patch)
treec0fb5e227ed2b6777eecad314088485f3f3201d9
parentff2e1b2f15cf246eb391a356a0ac0ea09fafc2e6 (diff)
downloadgjs-gnome-44.tar.gz
build: Post-release version bumpgnome-44
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 45a05442..7d1d0428 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.76.0', license: ['MIT', 'LGPL2+'],
+project('gjs', 'cpp', 'c', version: '1.76.1', 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' ])