From: Marius Vlad Date: Mon, 17 Feb 2020 16:07:40 +0000 (+0200) Subject: meson.build: Do another agl-compositor version bump X-Git-Tag: 9.99.1~73 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6491e204fd4a9bd2d8d9b53a5dc81eb25ef57ee4;p=src%2Fagl-compositor.git 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 Change-Id: I88599fd2dc49e37349f0717baaca31a3f95cb849 --- 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')