diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-02-12 14:18:58 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-03-04 12:18:41 +0200 |
commit | dbba1adda7fd9aaaa46263d8c878132a523327e4 (patch) | |
tree | ebe4ed0ca3ebac725bb8a5608862ae5a0f66d832 /meson.build | |
parent | b352cee6f8113e63864ac644502ace3bd75bfae1 (diff) |
meson.build: Increase version of the compositor
Bump the version of the compositor as well, as we switched to a newer
version of libweston.
Bug-AGL: SPEC-3180
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I345dbc4b992b23b784a35900ef754e39596a3082
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 e1ba3c1..37eb26a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c', - version: '0.0.13', + version: '0.0.15', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -10,7 +10,7 @@ project('agl-compositor', ) config_h = configuration_data() -agl_compositor_version = '0.0.13' +agl_compositor_version = '0.0.15' pkgconfig = import('pkgconfig') cc = meson.get_compiler('c') |