From 629864f073ae003e63c026c1de2407fec713cb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 11 Sep 2020 10:30:15 +0100 Subject: Release 0.4.32 Fixes #31 --- RELEASE | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index b56af35..b412536 100644 --- a/RELEASE +++ b/RELEASE @@ -1,3 +1,11 @@ +0.4.32 +====== + + - Add support for JIT code generation in Universal Windows Platform apps + (Nirbheek Chauhan, Seungha Yang) + - Minor Meson build system fixes and improvements + (Jan Alexander Steffens, Tim-Philipp Müller) + 0.4.31 ====== diff --git a/meson.build b/meson.build index 700319b..4054c1d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project ('orc', 'c', version : '0.4.31', +project ('orc', 'c', version : '0.4.32', meson_version : '>= 0.49.0', default_options : ['buildtype=debugoptimized', 'warning_level=1', -- cgit v1.2.3