From: Marius Vlad Date: Wed, 11 Jan 2023 13:05:02 +0000 (+0200) Subject: meson: Bump to version 0.0.21 X-Git-Tag: 17.90.0~48 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F28377%2F2;p=src%2Fagl-compositor.git 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 --- 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 )