diff --git a/CMakeLists.txt b/CMakeLists.txt index 8462c5a..db1966f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ # --- CMAKE_MINIMUM_REQUIRED( VERSION 3.17) -project(QArchive VERSION 2.2.5) +project(QArchive VERSION 2.2.6) set(CMAKE_CXX_STANDARD 11) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/meson.build b/meson.build index e0be0eb..6e0a6f4 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'QArchive', 'cpp', - version: '2.2.5', + version: '2.2.6', license: 'BSD-3-Clause', default_options: ['cpp_std=c++17'], meson_version: '>=0.49.0',