diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-03-02 21:03:09 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-03-04 13:19:09 +0200 |
commit | c79aec1076950683268f6b239b61692e033e4c50 (patch) | |
tree | 10c79c62ad19ae597bb2c58fdce23b138eefd9b1 | |
parent | 7783729a8bb91d83038b0378c101e36a4ef29c0a (diff) |
meson.build: Increase the build version of agl-compositorsandbox/mvlad/policy-manager-split
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I77cf5e5d44b0621745f2c3dd113ab46938fd0c1d
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index d34f281..19f6361 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c', - version: '0.0.16', + version: '0.0.17', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -10,7 +10,7 @@ project('agl-compositor', ) config_h = configuration_data() -agl_compositor_version = '0.0.16' +agl_compositor_version = '0.0.17' pkgconfig = import('pkgconfig') cc = meson.get_compiler('c') |