summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2023-03-18 14:03:42 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2023-03-18 14:03:42 -0700
commit9581993c34e58d5766b45ae95bbf763d1526a869 (patch)
tree430d38e33dfa62497a8c1905fc12a9bcaaa88f31
parent4c31b77f8a509d7586a0932552d74d9896b0b080 (diff)
downloadgjs-9581993c34e58d5766b45ae95bbf763d1526a869.tar.gz
build: Pre-release version bump
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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 <philip.chimento@gmail.com>
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <fanchunwei@src.gnome.org>
-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' ])