diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-02-17 18:07:40 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-03-06 18:16:08 +0200 |
commit | 6491e204fd4a9bd2d8d9b53a5dc81eb25ef57ee4 (patch) | |
tree | 8196a4201eb6e6ef3fa33a5f4102172fff9fa21f /meson.build | |
parent | 72aa326d8f54ad75caee895ef4d6ce4e09a143df (diff) |
meson.build: Do another agl-compositor version bump
With the new agl-desktop-shell protocol created let us bump the version
once more so we know when that happened.
Bug-AGL: SPEC-3252
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I88599fd2dc49e37349f0717baaca31a3f95cb849
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 48db082..9d6e800 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c', - version: '0.0.15', + version: '0.0.16', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -10,7 +10,7 @@ project('agl-compositor', ) config_h = configuration_data() -agl_compositor_version = '0.0.15' +agl_compositor_version = '0.0.16' pkgconfig = import('pkgconfig') cc = meson.get_compiler('c') |