Skip to content

Commit

Permalink
[Release v2.2.0] QArchive v2.2.0 release.
Browse files Browse the repository at this point in the history
This release adds new features to the public api and
many more bugfixes,

* New API addIncludePattern and addExcludePattern to
  replace addFilter which is not well made.
  Credit to @yosicovich

* Support for zstd.

* Fixes error when using start() imediately after
  getInfo() call.

* Other minor bugfixes and upstreamed patches from
  Conan.
  • Loading branch information
antony-jr committed Nov 2, 2022
1 parent 96e4697 commit 54a6251
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0)
project(QArchive VERSION 2.2.0)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down

0 comments on commit 54a6251

Please sign in to comment.