Skip to content

Commit b9c05e5

Browse files
committed
[Release v2.2.2] QArchive v2.2.2 release.
This release has fixes for very minor issues, also a lot of refactor. Adds support for meson build system. ABI break which does not affect the user by any means. * Initial Support for Meson Build System by @neheb * Refactor and optimization to source code by @neheb * Minor fix for CMake build by @ericriff CI/CD Changes: Better testing in Github Actions contributed by @Jihadist
1 parent e6c9c3b commit b9c05e5

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
@@ -5,7 +5,7 @@
55
# -------------------------------
66

77
CMAKE_MINIMUM_REQUIRED( VERSION 3.17)
8-
project(QArchive VERSION 2.2.1)
8+
project(QArchive VERSION 2.2.2)
99

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

0 commit comments

Comments
 (0)