Skip to content

Commit 9408b45

Browse files
committed
[Release v2.2.6] QArchive v2.2.6 release.
Minor bugfix to build library with older Qt versions till Qt 5.6.x. Signed-off-by: Divya Antony J R <[email protected]>
1 parent ecf7465 commit 9408b45

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
@@ -11,7 +11,7 @@
1111
# ---
1212

1313
CMAKE_MINIMUM_REQUIRED( VERSION 3.17)
14-
project(QArchive VERSION 2.2.5)
14+
project(QArchive VERSION 2.2.6)
1515

1616
set(CMAKE_CXX_STANDARD 11)
1717
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.5',
4+
version: '2.2.6',
55
license: 'BSD-3-Clause',
66
default_options: ['cpp_std=c++17'],
77
meson_version: '>=0.49.0',

0 commit comments

Comments
 (0)