summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2023-02-20 23:29:35 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2023-02-20 23:29:35 -0800
commitbf559ab22dc2e260645caae10a3f347a15855813 (patch)
tree26102b6ca4b570b1faadf3c35e913d8ff3efccf7
parent7544371db1910c2b8525edf90cd25af2985d6e95 (diff)
downloadgjs-bf559ab22dc2e260645caae10a3f347a15855813.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 4e34dafd..67a512fd 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.1', license: ['MIT', 'LGPL2+'],
+project('gjs', 'cpp', 'c', version: '1.75.2', 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' ])