meson.build: Do another agl-compositor version bump 36/24036/1
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 17 Feb 2020 16:07:40 +0000 (18:07 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 18 Feb 2020 16:43:03 +0000 (18:43 +0200)
With the new agl-desktop-shell protocol created let us bump the version
once more so we know when that happened.

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

meson.build

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