Skip to content

Commit

Permalink
6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 25, 2024
1 parent a4d0b02 commit cdd8537
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 25 Nov 2024 12:17:11 +0000

cjs (6.2.0) wilma; urgency=medium

[ Clement Lefebvre ]
Expand Down
14 changes: 7 additions & 7 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <[email protected]>

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
Expand Down

0 comments on commit cdd8537

Please sign in to comment.