diff options
author | Wim Taymans <wtaymans@redhat.com> | 2017-11-24 13:19:28 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2017-11-24 17:02:04 +0100 |
commit | 58f086b1653ccc0c1eb1d6cf988acff103daaede (patch) | |
tree | b5946597bd76c40e45a8288875f1f07473d59fe3 /meson.build | |
parent | f623556d9bcf8639a52c589e4d9c01aeab9917af (diff) |
Release 0.1.7
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 df883496..e7e3cf36 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', 'c', - version : '0.1.6.1', + version : '0.1.7', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'c_std=gnu99', |