summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2023-03-05 10:38:45 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2023-03-05 10:38:45 -0800
commit4054d707277f1e76d3ff16d5f94df71d517f498a (patch)
treeae3087bacd1cb0dc49db22f4d6def45f344aa217
parentad36414e00d4d9c1b0160e1ec3041fd1607dcd77 (diff)
downloadgjs-4054d707277f1e76d3ff16d5f94df71d517f498a.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 67a512fd..3ac372a1 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.2', license: ['MIT', 'LGPL2+'],
+project('gjs', 'cpp', 'c', version: '1.75.90', 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' ])