aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-04 11:01:00 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 12:54:45 +0200
commit288733a55ef854bb125de5e0f7c7aaad6800697a (patch)
treef66f8d9fa0bcbdcf2500e991d5db93d40232be8e /CMakeLists.txt
parente19e2318fc637d50b86f663b21bd97494057232d (diff)
downloadqtmaildir-288733a55ef854bb125de5e0f7c7aaad6800697a.tar.gz
qtmaildir-288733a55ef854bb125de5e0f7c7aaad6800697a.zip
release: 0.6.0v0.6.0
Message details and automatic mark-read are both new features, so this takes the minor slot. The SlackBuild's MD5SUM stays at the previous value until the 0.6.0 snapshot tarball exists, which is after the tag is pushed. Update it with sbodl before building the package. 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 10fa197..e9314ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.5.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.6.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)