diff --git a/NEWS b/NEWS index 4c30d8a61..f1671eb03 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -PipeWire 0.2.1 +PipeWire 0.2.2 - Various fixes to memory handling - Fixes for shutdown @@ -11,6 +11,7 @@ PipeWire 0.2.1 - Add version file and macros to check compile time and runtime versions of pipewire - Future proof some structs +- Increment API version and .so version Work is ongoing in the work branch that features a completely new scheduling method that will enable audio support. Some of these diff --git a/meson.build b/meson.build index 7751fd56e..d4b8b6e57 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', 'c', - version : '0.2.1', + version : '0.2.2', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'c_std=gnu99',