diff options
author | Wim Taymans <wtaymans@redhat.com> | 2020-04-30 17:55:35 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-04-30 17:55:54 +0200 |
commit | 33398d7de83fad1c67c691e0712e3e0108c5e966 (patch) | |
tree | 5798242acd23fb5f327cff1b4974d531059944ab | |
parent | 3324a15fe308090cf2a9385b05d9e71adfe3e283 (diff) |
0.3.4
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 11 insertions, 3 deletions
@@ -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 diff --git a/meson.build b/meson.build index 04306b30..74142587 100644 --- a/meson.build +++ b/meson.build @@ -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', |