Skip to content

Commit

Permalink
build: bump version to 1.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jul 5, 2023
1 parent aed1395 commit 161f7df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ endif

# when MU_HACKER is set, do a debug build
# MU_HACKER is for djcb & compatible developers
# note that mu uses C++17, we only pass C++20 here
# for the better error messages (esp. for fmt).
ifneq (${MU_HACKER},)
MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' \
'-Db_sanitize=address' \
Expand Down
2 changes: 1 addition & 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.8',
version: '1.11.9',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
Expand Down

0 comments on commit 161f7df

Please sign in to comment.