From 0e66ee13b73e3ca218fbd81ba86d3ce8e04d1e54 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 2 Mar 2020 21:03:09 +0200 Subject: [PATCH] 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 --- meson.build | 4 ++-- 1 file 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') -- 2.16.6