From cdd853772722bd57a5ea0c0a5b44b21194776106 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Mon, 25 Nov 2024 12:17:34 +0000 Subject: [PATCH] 6.4.0 --- debian/changelog | 10 ++++++++++ meson.build | 14 +++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3b5abac..93e12ef8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +cjs (6.4.0) xia; urgency=medium + + [ Leigh Scott ] + * Fix meson.build deprecations up to 0.56.0 (#119) (#125) + + [ Rick Calixte ] + * gjs-util: Backport private closure annotations patch (#126) + + -- Clement Lefebvre Mon, 25 Nov 2024 12:17:11 +0000 + cjs (6.2.0) wilma; urgency=medium [ Clement Lefebvre ] diff --git a/meson.build b/meson.build index 44ea0558..134c062a 100644 --- a/meson.build +++ b/meson.build @@ -3,13 +3,13 @@ # SPDX-FileCopyrightText: 2019 Chun-wei Fan project( - 'cjs', - 'cpp', - 'c', - version : '6.2.0', - license : ['MIT', 'LGPL2+'], - meson_version : '>=0.56.0', - default_options : ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99', 'warning_level=2', 'b_pch=true'] + 'cjs', + 'cpp', + 'c', +version : '6.4.0', +license : ['MIT', 'LGPL2+'], +meson_version : '>=0.56.0', +default_options : ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99', 'warning_level=2', 'b_pch=true'] ) # cpp_rtti: SpiderMonkey can be compiled with or without runtime type