summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-10-29 15:51:21 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-10-29 15:53:13 -0700
commit1c40a7e40b48fc0111e5f9006d6c84bd6982fc15 (patch)
tree8dad8c64148604180a9f96a9c92d62a6507c1f9f
parent3eb2bf8e628141caabd3f05b119038cb4bf69662 (diff)
downloadgjs-1c40a7e40b48fc0111e5f9006d6c84bd6982fc15.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 cba63527..ae77dc7c 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.74.0', license: ['MIT', 'LGPL2+'],
+project('gjs', 'cpp', 'c', version: '1.74.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' ])