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-11 16:49:28 +0200 |
commit | 0e66ee13b73e3ca218fbd81ba86d3ce8e04d1e54 (patch) | |
tree | fff899fd0f936aedd832d6c69fcbeb5b1472d613 | |
parent | 721d4d4f73e5d30ce9bc48fae5e1f1b8be34c23d (diff) |
meson.build: Increase the build version of agl-compositor
Increase the version for when policy part was added. Makes tracking of
issues much easier in the future.
Bug-AGL: SPEC-3217
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 642448e..be09918 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') |