diff options
author | 2024-11-18 18:21:19 +0200 | |
---|---|---|
committer | 2024-11-19 17:03:14 +0200 | |
commit | d1717d7e08adf1427e69f738b503f3b29ef195a5 (patch) | |
tree | b3a2561e6a2e6b63a3745d65b2e66f88f4063a1f | |
parent | 87748e255aa9ac093010beec7fa02a84103b4a7b (diff) |
meson.build: Update version to PipeWire + backends loadingsandbox/mvlad/wip-update-comp
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I683671f964e3c4ef0be1db6b4bb7d32ee2f4ac34
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 02d1155..859ddb8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.25', + version: '0.0.30', default_options: [ 'warning_level=3', 'c_std=gnu99', |