Skip to content

Commit

Permalink
build: bump version to 1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jul 26, 2023
1 parent da290c2 commit 3aecaca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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.10',
version: '1.11.11',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 3aecaca

Please sign in to comment.