diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-23 18:10:21 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2024-02-23 18:10:40 +0200 |
commit | e9ee3fd914b73019c51bef85c07c1c835a6b519e (patch) | |
tree | 5619b32dda5a14dadb2d5c0cf7f1c80ba0d22cdb /meson.build | |
parent | 54631603ff050cb014ac9260ca74e6b830109796 (diff) |
meson.build: Bump version to 0.22.3
We've added split type of functionality with support for loading the RDP
backend, such that this warrants an version update as well.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I28e35f53bb1d9a9d3deed204596bd8ef090cb579
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 0357b29..0817c9d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.22', + version: '0.0.23', default_options: [ 'warning_level=3', 'c_std=gnu99', |