meson.build: Increase the build version of agl-compositor 01/24201/4
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 2 Mar 2020 19:03:09 +0000 (21:03 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 11 Mar 2020 14:49:28 +0000 (16:49 +0200)
Increase the version for when policy part was added. Makes tracking of
issues much easier in the future.

Bug-AGL: SPEC-3217

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I77cf5e5d44b0621745f2c3dd113ab46938fd0c1d

meson.build

index 642448e..be09918 100644 (file)
@@ -1,6 +1,6 @@
 project('agl-compositor',
   'c',
-  version: '0.0.16',
+  version: '0.0.17',
   default_options: [
     'warning_level=3',
     'c_std=gnu99',
@@ -10,7 +10,7 @@ project('agl-compositor',
 )
 
 config_h = configuration_data()
-agl_compositor_version = '0.0.16'
+agl_compositor_version = '0.0.17'
 pkgconfig = import('pkgconfig')
 
 cc = meson.get_compiler('c')