Skip to content

Commit

Permalink
[Release v2.2.1] QArchive v2.2.1 release.
Browse files Browse the repository at this point in the history
This release gives improved support for Qt6 and other
minro bugfixes.

* Improved Support for building with Qt6.

* Fixes build errors in Windows with Qt6.

* Credits for Qt6 support: @DeuxVis, @lmussier, and
  @neheb
  • Loading branch information
antony-jr committed Nov 13, 2022
1 parent 87f6752 commit 2bbaca0
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.2.0)
project(QArchive VERSION 2.2.1)

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

0 comments on commit 2bbaca0

Please sign in to comment.