summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2023-04-09 15:05:50 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2023-04-09 15:05:50 +0300
commit7597c93cd5878b857bf7aa9b58ee55a6ec1cb1b7 (patch)
tree888fb4507aed25e3158eacc13ac176bdec80b3ec
parentbfb5794cb14e700c7166659131ffa98f1ad94a44 (diff)
build: bump version to 1.10.2v1.10.2
New stable version; since 1.10.1: - improve unit tests - fix threading issue with file-based logging - re-enable --after option for mu cfind - allow extracting message-parts from message (mu extract) - allow using relative message paths (view/extract/verify) Mu4e: - by default, don't reuse frame with composing in new frame - allow for disabling global modeline items - create random name for newly detached views - documentation update
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2a04f5e..f04cf11 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
- version: '1.10.1',
+ version: '1.10.2',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [