Skip to content

Commit 597e3fb

Browse files
committed
5.6.1
1 parent 26358cc commit 597e3fb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
cjs (5.6.1) vera; urgency=medium
2+
3+
[ Fabio Fantoni ]
4+
* debian: other small packaging improvements (#110)
5+
6+
-- Clement Lefebvre <[email protected]> Mon, 21 Nov 2022 10:38:37 +0000
7+
18
cjs (5.6.0) vera; urgency=medium
29

310
[ Rick Calixte ]

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2019 Philip Chimento <[email protected]>
33
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <[email protected]>
44

5-
project('cjs', 'cpp', 'c', version: '5.6.0', license: ['MIT', 'LGPL2+'],
5+
project('cjs', 'cpp', 'c', version: '5.6.1', license: ['MIT', 'LGPL2+'],
66
meson_version: '>= 0.52.0',
77
default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99',
88
'warning_level=2', 'b_pch=true' ])

0 commit comments

Comments
 (0)