diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-04 10:13:00 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-04 12:54:37 +0200 |
| commit | 7ecdd3fe942a02b80cf4e7cf351aa15d44b48934 (patch) | |
| tree | 7d4d623cc84e3402bc29204512879e4ecb92ceb4 /CMakeLists.txt | |
| parent | cf75b8ecf7d27fda217023507b8ed4df1f198613 (diff) | |
| download | qtmaildir-7ecdd3fe942a02b80cf4e7cf351aa15d44b48934.tar.gz qtmaildir-7ecdd3fe942a02b80cf4e7cf351aa15d44b48934.zip | |
release: 0.5.0v0.5.0
Query completion is a new feature, so this takes the minor slot rather
than a patch, the accompanying bug fixes notwithstanding.
The SlackBuild's MD5SUM is left at the 0.4.1 value on purpose: it can
only be computed once the 0.5.0 snapshot tarball exists, which is after
the tag is pushed. Update it with sbodl before the package is built.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bdaa6ce..10fa197 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.4.1 LANGUAGES CXX) +project(qtmaildir VERSION 0.5.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) |
