Skip to content

Commit c1c1253

Browse files
committed
[skip ci][Release v2.2.3] QArchive v2.2.3 release.
This release give improved support for Qt6, removes warnings and deprecation warnings from compiler. Much less warnings from clang. Changelog: * Improved Qt6 support. * Refactor, removes warnings and deprecation from compiler, credits to Rosen Panev (@neheb) Signed-off-by: Divya Antony J R <[email protected]>
1 parent fa9b5ef commit c1c1253

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.2)
14+
project(QArchive VERSION 2.2.3)
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.2',
4+
version: '2.2.3',
55
license: 'BSD-3-Clause',
66
default_options: ['cpp_std=c++17'],
77
meson_version: '>=0.49.0',

0 commit comments

Comments
 (0)