Skip to content

Commit

Permalink
build: bump version to 1.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Aug 9, 2023
1 parent 7aa38d0 commit e9ce45f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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 : [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e9ce45f

Please sign in to comment.