This commit is contained in:
Wim Taymans 2020-04-30 17:55:35 +02:00
parent 3324a15fe3
commit 33398d7de8
2 changed files with 11 additions and 3 deletions

12
NEWS
View file

@ -1,3 +1,13 @@
PipeWire 0.3.4
This is a bugfix release that is API and ABI compatible
with previous 0.3.x releases.
- A quick update with some important stability fixes.
Older versions:
PipeWire 0.3.3
This is a bugfix release that is API and ABI compatible
@ -26,8 +36,6 @@ with previous 0.3.x releases.
jack applications with the right library path.
Older versions:
PipeWire 0.3.2
This is a bugfix release that is API and ABI compatible

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ],
version : '0.3.3',
version : '0.3.4',
license : 'MIT',
meson_version : '>= 0.50.0',
default_options : [ 'warning_level=3',