From c1c12530f7a60e8f0cd2f0d0a392395324f41a4a Mon Sep 17 00:00:00 2001 From: antony-jr Date: Wed, 23 Nov 2022 03:50:54 +0530 Subject: [PATCH] [skip ci][Release v2.2.3] QArchive v2.2.3 release. This release give improved support for Qt6, removes warnings and deprecation warnings from compiler. Much less warnings from clang. Changelog: * Improved Qt6 support. * Refactor, removes warnings and deprecation from compiler, credits to Rosen Panev (@neheb) Signed-off-by: Divya Antony J R --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea94d3c..ff623d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ # --- CMAKE_MINIMUM_REQUIRED( VERSION 3.17) -project(QArchive VERSION 2.2.2) +project(QArchive VERSION 2.2.3) set(CMAKE_CXX_STANDARD 11) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/meson.build b/meson.build index 403f0f2..5c2237d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'QArchive', 'cpp', - version: '2.2.2', + version: '2.2.3', license: 'BSD-3-Clause', default_options: ['cpp_std=c++17'], meson_version: '>=0.49.0',