Skip to content

Commit

Permalink
[Release v2.2.2] QArchive v2.2.2 release.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
antony-jr committed Nov 17, 2022
1 parent e6c9c3b commit b9c05e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# -------------------------------

CMAKE_MINIMUM_REQUIRED( VERSION 3.17)
project(QArchive VERSION 2.2.1)
project(QArchive VERSION 2.2.2)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'QArchive',
'cpp',
version: '2.2.1',
version: '2.2.2',
license: 'BSD-3-Clause',
default_options: ['cpp_std=c++17'],
meson_version: '>=0.49.0',
Expand Down

0 comments on commit b9c05e5

Please sign in to comment.