diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-23 18:56:07 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2024-02-23 18:56:07 +0200 |
commit | d5ecd12729734b788546e0d80edc492454bec251 (patch) | |
tree | ca43716af5943047626b84cb0f889b64f8312f30 /meson.build | |
parent | 45b9e2fc90aec09d1598fdc2a9e4e71a3cdd7fd7 (diff) |
meson.build: Do another version bump
To include a quick fix regarding building the compositor
with rdp backend support.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I2611af2b867285b5529dbcdeceed4bfd2869ec9b
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 0817c9d..372c76c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.23', + version: '0.0.24', default_options: [ 'warning_level=3', 'c_std=gnu99', |