build: bump version to 1.11.9

This commit is contained in:
Dirk-Jan C. Binnema
2023-07-05 23:19:34 +03:00
parent aed1395c53
commit 161f7df7b9
2 changed files with 3 additions and 1 deletions

View File

@ -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' \