aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-04 20:07:49 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 20:07:49 +0200
commit31bd1a8c354177a501da47916644be31ca4c6958 (patch)
tree4344b0208be9323cc11250e7de060d543b315200 /CMakeLists.txt
parent8485283bbc30c886e28722516dc6f0b11c3bf82d (diff)
downloadqtmaildir-31bd1a8c354177a501da47916644be31ca4c6958.tar.gz
qtmaildir-31bd1a8c354177a501da47916644be31ca4c6958.zip
release: 0.9.0v0.9.0
Corrections from using 0.8.0: net unsynced count, Delete as a toggle, expiring status messages, Sync disabled during a background sync, Esc to blank the pane, and a named default on the quit prompt. 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 31e44be..340d1d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.8.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.9.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)