From 3aecaca9b9587e355344200fe24758c4c88bc548 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 26 Jul 2023 19:06:04 +0300 Subject: [PATCH] build: bump version to 1.11.11 --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 3aa5dd67..90d41d97 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.11.10', + version: '1.11.11', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [ @@ -163,7 +163,6 @@ config_h_data.set_quoted('GZIP_PROGRAM', gzip.full_path()) # soft dependencies guile_dep = dependency('guile-3.0', required: get_option('guile')) -# soft dependencies # emacs -- needed for mu4e compilation emacs_name=get_option('emacs')