summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-04 18:58:18 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 18:58:18 +0200
commita2af17fe440fa7bf725b83c548396e0b47238f10 (patch)
tree7c7604c428662dc298dbe0e11a78ed3bacccd932 /CMakeLists.txt
parent0b3869c758f4dc54017ff91b5b69bfc263c0da52 (diff)
downloadqtmaildir-405bd490b7e948c7de0c43036e2faa4adc53deb3.tar.gz
qtmaildir-405bd490b7e948c7de0c43036e2faa4adc53deb3.zip
release: 0.8.0v0.8.0
Multi-select discoverability and awareness of background syncs. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0783564..31e44be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.7.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.8.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)