From: Marius Vlad Date: Mon, 2 Mar 2020 19:03:09 +0000 (+0200) Subject: meson.build: Increase the build version of agl-compositor X-Git-Tag: 9.99.1~67 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F24201%2F4;p=src%2Fagl-compositor.git 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 Change-Id: I77cf5e5d44b0621745f2c3dd113ab46938fd0c1d --- 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')