summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-11 10:30:15 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-11 10:33:15 +0100
commit629864f073ae003e63c026c1de2407fec713cb53 (patch)
tree5ccde80ac9047cf50b1fbde3b72f2952200f2f3a
parentac10d5abd11d56783e7612ad64bdcf224302ce18 (diff)
Release 0.4.320.4.32
Fixes #31
-rw-r--r--RELEASE8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
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',