summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-11-14 12:15:10 +0200
committerMarius Vlad <marius.vlad@collabora.com>2023-11-14 12:19:06 +0200
commitbdc551314dc5511be31550b8c2e06641b9a94639 (patch)
treec289adaad0a34b55a689d195ca12990fb2fc5a0f
parentbe197db866b8da802dceb55b460055edc16fcc86 (diff)
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 <marius.vlad@collabora.com> Change-Id: Idc2feace89a0cd77d1788e629fff9b5f2f443fce
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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',