diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-01-23 15:58:36 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-01-23 15:58:36 +0100 |
commit | cf036a15f097be213ca5a5e853c45f4e53479bd2 (patch) | |
tree | 88393a84dc3d3db190da6b5d9f31004498c069e5 /meson.build | |
parent | 54a6086e457b6d21398493bdcc7fe66de99e4000 (diff) |
Release 0.1.8
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d8bdb580..902894f1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', 'c', - version : '0.1.7.1', + version : '0.1.8', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'c_std=gnu99', |