From 08027738f709cdc43b20183c3de0c6fab78e6641 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 2 Apr 2023 09:28:53 +0300 Subject: build: bump version to 1.10.1 Number of fixes: - defcustom typing updates - re-enable json output for mu-find - restore emacs27 compatibility (buffer-local-boundp) - avoid tramp cornercase for mu4e version check - handle function-type bookmarks again - restore terminal colors after error --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8b7667a..d099a27 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.10.0', + version: '1.10.1', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [ -- cgit v1.0