From e9ee3fd914b73019c51bef85c07c1c835a6b519e Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 23 Feb 2024 18:10:21 +0200 Subject: [PATCH] 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.16.6