diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-11-14 12:15:10 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-11-14 12:19:06 +0200 |
commit | bdc551314dc5511be31550b8c2e06641b9a94639 (patch) | |
tree | c289adaad0a34b55a689d195ca12990fb2fc5a0f | |
parent | be197db866b8da802dceb55b460055edc16fcc86 (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.build | 2 |
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', |