summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-04-09 11:05:23 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-04-20 10:43:37 +0000
commit68d184f9d541a475e15727d71f49b6df6799a054 (patch)
tree2d86a695ee4df3194346c4119f8486a2f18074aa
parent483d363b9e724a0ab84c771b1a6530e3e46deb4c (diff)
meson.build: Do an release update before libweston9 integration
We haven't had an release for quite some time now so, do it now before the libweston9 integration. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I8202f88565a94e10cc5dc60fe2ec30cc1e8ee478
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 11ee2c1..82bb990 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('agl-compositor',
'c','cpp',
- version: '0.0.18',
+ version: '0.0.19',
default_options: [
'warning_level=3',
'c_std=gnu99',
@@ -10,7 +10,7 @@ project('agl-compositor',
)
config_h = configuration_data()
-agl_compositor_version = '0.0.18'
+agl_compositor_version = '0.0.19'
libweston_version = 'libweston-8'
pkgconfig = import('pkgconfig')