From: Marius Vlad Date: Fri, 9 Apr 2021 08:05:23 +0000 (+0300) Subject: meson.build: Do an release update before libweston9 integration X-Git-Tag: 11.91.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=68d184f9d541a475e15727d71f49b6df6799a054;p=src%2Fagl-compositor.git 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 --- 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')