meson.build: Increase version of the compositor 65/24165/1
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 12 Feb 2020 12:18:58 +0000 (14:18 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 4 Mar 2020 10:18:41 +0000 (12:18 +0200)
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

meson.build

index e1ba3c1..37eb26a 100644 (file)
@@ -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')