diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-09-11 10:30:15 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-09-11 10:33:15 +0100 |
commit | 629864f073ae003e63c026c1de2407fec713cb53 (patch) | |
tree | 5ccde80ac9047cf50b1fbde3b72f2952200f2f3a | |
parent | ac10d5abd11d56783e7612ad64bdcf224302ce18 (diff) |
Release 0.4.320.4.32
Fixes #31
-rw-r--r-- | RELEASE | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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', |