From 62f113dbba7c706fad18c715cfad57ca7e102cb3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 27 Feb 2018 13:34:22 +0100 Subject: [PATCH] Release 0.1.9 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 97c691531..9247a21c1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', 'c', - version : '0.1.8', + version : '0.1.9', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'c_std=gnu99',