diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-04-02 09:28:53 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-04-02 09:28:53 +0300 |
| commit | 08027738f709cdc43b20183c3de0c6fab78e6641 (patch) | |
| tree | a93d24e6ac9bd38f4dec04d6c3d5fa9161221669 | |
| parent | 8ecf77295ce402c6ed91bcd1a65cd9d3388bc1ac (diff) | |
build: bump version to 1.10.1v1.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
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 : [ |
