diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-03-28 13:14:15 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-03-28 13:14:15 +0200 |
| commit | dacc96c5979caebfabac34b5d45ce05e61d08670 (patch) | |
| tree | 0ceedfa9e4157448b0812b8e284b80344a4a8230 | |
| parent | a8620c728ad2d21fbc760867dc38789f17230562 (diff) | |
build: bump version to 1.14.0v1.14.0
A new major version. Not so much has changed since the last of the 1.12
series, 1.12.15, but a bunch of small fixes and:
- updated requirements:
- require C++20
- require meson 1.3.2
- require glib & friend: 2.80
- require xapian 1.4.22
- emacs 28.1 (for mu4e)
- warn for deprecated guile (use scm)
- a number of code-cleanups since we can use C++20 now
- indexing: substantial speed-up of the clean-up phase
- scm: support the --eval command-line option
- mu4e: improve message rendering; get rid of some the unnecessary
body-part mime indication noise
- mu4e: allow including received patches when replying, see
mu4e-compose-reply-include-mime-types
NEWS.org has more details.
| -rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 6aad0c9..a0000f7 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.14.0-pre3', + version: '1.14.0', meson_version: '>= 1.3.2', license: 'GPL-3.0-or-later', default_options : [ @@ -28,7 +28,7 @@ project('mu', ['c', 'cpp'], # hard-code the date here (for reproducibility); we derive the dates used in # e.g. documentation from this. -mu_date='2026-02-24' +mu_date='2026-03-28' # installation paths prefixdir = get_option('prefix') |
