From 68d184f9d541a475e15727d71f49b6df6799a054 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 9 Apr 2021 11:05:23 +0300 Subject: [PATCH] meson.build: Do an release update before libweston9 integration We haven't had an release for quite some time now so, do it now before the libweston9 integration. Signed-off-by: Marius Vlad Change-Id: I8202f88565a94e10cc5dc60fe2ec30cc1e8ee478 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 11ee2c1..82bb990 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.18', + version: '0.0.19', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -10,7 +10,7 @@ project('agl-compositor', ) config_h = configuration_data() -agl_compositor_version = '0.0.18' +agl_compositor_version = '0.0.19' libweston_version = 'libweston-8' pkgconfig = import('pkgconfig') -- 2.16.6