From d5ecd12729734b788546e0d80edc492454bec251 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 23 Feb 2024 18:56:07 +0200 Subject: meson.build: Do another version bump To include a quick fix regarding building the compositor with rdp backend support. Signed-off-by: Marius Vlad Change-Id: I2611af2b867285b5529dbcdeceed4bfd2869ec9b --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0817c9d..372c76c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.23', + version: '0.0.24', default_options: [ 'warning_level=3', 'c_std=gnu99', -- cgit 1.2.3-korg