From: Marius Vlad Date: Fri, 23 Feb 2024 16:10:21 +0000 (+0200) Subject: meson.build: Bump version to 0.22.3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fagl-compositor.git;a=commitdiff_plain;h=e9ee3fd914b73019c51bef85c07c1c835a6b519e meson.build: Bump version to 0.22.3 We've added split type of functionality with support for loading the RDP backend, such that this warrants an version update as well. Signed-off-by: Marius Vlad Change-Id: I28e35f53bb1d9a9d3deed204596bd8ef090cb579 --- diff --git a/meson.build b/meson.build index 0357b29..0817c9d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.22', + version: '0.0.23', default_options: [ 'warning_level=3', 'c_std=gnu99',