From: Tim-Philipp Müller Date: Fri, 11 Sep 2020 09:30:15 +0000 (+0100) Subject: Release 0.4.32 X-Git-Tag: orc-0.4.33~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=629864f073ae003e63c026c1de2407fec713cb53;p=platform%2Fupstream%2Forc.git Release 0.4.32 Fixes #31 --- 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',