meson.build: Bump version to 0.0.22 02/29402/1
authorMarius Vlad <marius.vlad@collabora.com>
Tue, 14 Nov 2023 10:15:10 +0000 (12:15 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 14 Nov 2023 10:19:06 +0000 (12:19 +0200)
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 <marius.vlad@collabora.com>
Change-Id: Idc2feace89a0cd77d1788e629fff9b5f2f443fce

meson.build

index 2f8b11f..fc87e20 100644 (file)
@@ -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',