We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf7465 commit 9408b45Copy full SHA for 9408b45
CMakeLists.txt
@@ -11,7 +11,7 @@
11
# ---
12
13
CMAKE_MINIMUM_REQUIRED( VERSION 3.17)
14
-project(QArchive VERSION 2.2.5)
+project(QArchive VERSION 2.2.6)
15
16
set(CMAKE_CXX_STANDARD 11)
17
set(CMAKE_INCLUDE_CURRENT_DIR ON)
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'QArchive',
3
'cpp',
4
- version: '2.2.5',
+ version: '2.2.6',
5
license: 'BSD-3-Clause',
6
default_options: ['cpp_std=c++17'],
7
meson_version: '>=0.49.0',
0 commit comments