summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-09 10:16:12 +0200
committerDanilo M. <danix@danix.xyz>2026-08-09 10:16:12 +0200
commit8ae816c698835ad8155a5ee74d717cad398194b5 (patch)
treefb374ae4f39cdce256c0e01b7f43cd8746e1bc41 /CMakeLists.txt
parent190b6276f09495269d3dd869cf2d9d6bc6883681 (diff)
downloadqtmaildir-0.12.1.tar.gz
qtmaildir-0.12.1.zip
release: 0.12.1v0.12.1
One fix: Archive and Mark all read shipped 0.12.0 sharing an icon, which the same release's toolbar change made visible by removing the text labels that had been disambiguating them. 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 6d3f9bc..94a9f0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.12.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.12.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)