meson: Bump to version 0.0.21 77/28377/2
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 11 Jan 2023 13:05:02 +0000 (15:05 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 29 Jan 2023 22:26:50 +0000 (22:26 +0000)
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

meson.build

index 26f70fd..cab7574 100644 (file)
@@ -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
 )