meson.build: Bump the pc file version as well 32/24032/1
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 17 Feb 2020 16:05:36 +0000 (18:05 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 18 Feb 2020 16:42:22 +0000 (18:42 +0200)
With commit fd262c5563d6, "meson.build: Increase version of the compositor"
we modified only the compositor version but not the pkgconfig file which
allows to retrieve the protocol extension.

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

meson.build

index a572a42..3456c91 100644 (file)
@@ -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')