Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 16, 2023
1 parent 58d7a32 commit 4b29b2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
cjs (6.0.0) virginia; urgency=medium

[ Dominik Opyd ]
* fix(build, tests): move `have_gtk4` to the appropriate place

[ Rick Calixte ]
* Fix meson.build deprecations up to 0.56.0 (#119)

-- Clement Lefebvre <root@linuxmint.com> Thu, 16 Nov 2023 13:54:46 +0000

cjs (5.8.0) victoria; urgency=medium

[ Michael Webster ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2019 Philip Chimento <philip.chimento@gmail.com>
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <fanchunwei@src.gnome.org>

project('cjs', 'cpp', 'c', version: '5.8.0', license: ['MIT', 'LGPL2+'],
project('cjs', 'cpp', 'c', version: '6.0.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' ])
Expand Down

0 comments on commit 4b29b2b

Please sign in to comment.