From 161f7df7b992c94f9b75e671fa55a1a987be7231 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 5 Jul 2023 23:19:34 +0300 Subject: [PATCH] build: bump version to 1.11.9 --- Makefile | 2 ++ meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 800b1eab..9fd64095 100644 --- a/Makefile +++ b/Makefile @@ -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' \ diff --git a/meson.build b/meson.build index 4742958d..7694025e 100644 --- a/meson.build +++ b/meson.build @@ -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 : [