diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-04 11:54:59 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-04 12:54:57 +0200 |
| commit | 1f25f2b10d995dd0978d5846e175c9094b69f53f (patch) | |
| tree | 302c92595100981dcee2ba3ef02b8613649e2dbc /CMakeLists.txt | |
| parent | 260b64d1d21afc2b124b98d13cce157e5b9d2f2d (diff) | |
| download | qtmaildir-0.7.0.tar.gz qtmaildir-0.7.0.zip | |
release: 0.7.0v0.7.0
Arbitrary tagging from the UI and the unsynced-edits work are both new
features, so this takes the minor slot.
The SlackBuild's MD5SUM stays at the previous value until the 0.7.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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e9314ab..0783564 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.6.0 LANGUAGES CXX) +project(qtmaildir VERSION 0.7.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) |
