summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2023-08-09 23:11:54 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2023-08-09 23:24:47 +0300
commite9ce45fde9f29b8bcaed71fcbfa700ba2ac7d9c0 (patch)
tree05a2e033c5619927c03de3cabc812d2b69eb412d /meson.build
parent7aa38d0b564907763c0fb9c11578369523e3c1a2 (diff)
build: bump version to 1.11.14
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ac519ca..d3b772d 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
- version: '1.11.13',
+ version: '1.11.14',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
@@ -174,6 +174,7 @@ if guile_dep.found()
guile_extension_dir = custom_guile_xd
endif
config_h_data.set_quoted('MU_GUILE_EXTENSION_DIR', guile_extension_dir)
+ message('Using guile-extension-dir: ' + guile_extension_dir)
endif
# emacs -- needed for mu4e compilation