summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-03 17:32:51 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 12:53:52 +0200
commit629bf3c20509b90b52667df4313de1f6d4debba2 (patch)
tree4d08ebfddb8a5b8b096924cf54212d50dd3f6634 /CMakeLists.txt
parent2eaa898dab9b88cf8fd105b15291ecb6af0b7f45 (diff)
downloadqtmaildir-629bf3c20509b90b52667df4313de1f6d4debba2.tar.gz
qtmaildir-629bf3c20509b90b52667df4313de1f6d4debba2.zip
release: 0.4.1v0.4.1
Packaging only. The 0.4.0 tarball predated QTMAILDIR_BUILD_TESTS, so a package built from it accepted -DQTMAILDIR_BUILD_TESTS=OFF and ignored it. This tag is the first whose source honours the flag. 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 e974dd8..bdaa6ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.4.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.4.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)