From 7597c93cd5878b857bf7aa9b58ee55a6ec1cb1b7 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 9 Apr 2023 15:05:50 +0300 Subject: [PATCH] build: bump version to 1.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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2a04f5e35..f04cf1129 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 : [