Skip to content

Commit 83964cf

Browse files
committed
[Release v2.2.5] QArchive v2.2.5 release.
This release has some minor bug fixes and refactoring, add option to use raw format by libarchive. Changelog: * Refactor, use of more c++ best practices, credits to Rosen Panev (@neheb). * Add "Raw Format", a special extraction format by libarchive, credits to Elizabeth (@elizabethfeden).
1 parent b523b21 commit 83964cf

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

0 commit comments

Comments
 (0)