From 6fd11a88c4d3c82e33b6086d4783ce172e1a2695 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 11 Jan 2023 15:05:02 +0200 Subject: [PATCH] meson: Bump to version 0.0.21 We should probably cut and update the compositor to a newer version as gRPC support is a big change to have. Signed-off-by: Marius Vlad Change-Id: Iac400a3d2f0e62c5fe3b2ab0f681ce228a1865db --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 26f70fd..cab7574 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.20', + version: '0.0.21', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -257,7 +257,7 @@ libexec_compositor = shared_library( dependencies: deps_libweston, install_dir: dir_module_agl_compositor, install: true, - version: '0.0.0', + version: meson.project_version(), soversion: 0 ) -- 2.16.6