From bdc551314dc5511be31550b8c2e06641b9a94639 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 14 Nov 2023 12:15:10 +0200 Subject: [PATCH] meson.build: Bump version to 0.0.22 We haven't add an official release since the beginning of the year, when we introduced the gRPC API. So do another one, as we've changed a bit the say the gRPC starts. Signed-off-by: Marius Vlad Change-Id: Idc2feace89a0cd77d1788e629fff9b5f2f443fce --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2f8b11f..fc87e20 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.21', + version: '0.0.22', default_options: [ 'warning_level=3', 'c_std=gnu99', -- 2.16.6