diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-01-11 15:05:02 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 22:26:50 +0000 |
commit | 6fd11a88c4d3c82e33b6086d4783ce172e1a2695 (patch) | |
tree | f37babd291c075935efb86bdbdc2185ce2e18150 /meson.build | |
parent | 4003cfb04b7bae04c321b274b4e1bfae1222a327 (diff) |
meson: Bump to version 0.0.21
We should probably cut and update the compositor to a newer version
as gRPC support is a big change to have.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Iac400a3d2f0e62c5fe3b2ab0f681ce228a1865db
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 26f70fd..cab7574 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c','cpp', - version: '0.0.20', + version: '0.0.21', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -257,7 +257,7 @@ libexec_compositor = shared_library( dependencies: deps_libweston, install_dir: dir_module_agl_compositor, install: true, - version: '0.0.0', + version: meson.project_version(), soversion: 0 ) |