Skip to content

Commit 838e692

Browse files
committed
[Release v2.2.7] QArchive v2.2.7 release.
Fixes #93 which makes it fail on runtime with Qt 6.5.x on macOS which makes stricts rules on Qt meta method invoke. Also some minor fixup in tests. Signed-off-by: Divya Antony J R <[email protected]>
1 parent 000921c commit 838e692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ---
1313

1414
CMAKE_MINIMUM_REQUIRED( VERSION 3.17)
15-
project(QArchive VERSION 2.2.6)
15+
project(QArchive VERSION 2.2.7)
1616

1717
set(CMAKE_CXX_STANDARD 11)
1818
set(CMAKE_INCLUDE_CURRENT_DIR ON)

Diff for: meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'QArchive',
33
'cpp',
4-
version: '2.2.6',
4+
version: '2.2.7',
55
license: 'BSD-3-Clause',
66
default_options: ['cpp_std=c++17'],
77
meson_version: '>=0.49.0',

0 commit comments

Comments
 (0)