From: Marius Vlad Date: Tue, 14 Nov 2023 10:15:10 +0000 (+0200) Subject: meson.build: Bump version to 0.0.22 X-Git-Tag: 17.90.0~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fagl-compositor.git;a=commitdiff_plain;h=bdc551314dc5511be31550b8c2e06641b9a94639 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 --- 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',