summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2024-02-23 18:10:21 +0200
committerMarius Vlad <marius.vlad@collabora.com>2024-02-23 18:10:40 +0200
commite9ee3fd914b73019c51bef85c07c1c835a6b519e (patch)
tree5619b32dda5a14dadb2d5c0cf7f1c80ba0d22cdb
parent54631603ff050cb014ac9260ca74e6b830109796 (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
-rw-r--r--meson.build2
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',