Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',