From 09d8185d9f4c87ce85f0ad64bc13236e67dc7bd4 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 12 Feb 2018 11:00:51 -0500 Subject: presentproto: Fix version number (1.1 not 1.0) Signed-off-by: Adam Jackson --- meson.build | 2 +- presentproto.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index d24bb1e..39022ee 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ pcs = [ ['glproto', '1.4.17'], ['inputproto', '2.3.2'], ['kbproto', '1.0.6'], - ['presentproto', '1.0'], + ['presentproto', '1.1'], ['randrproto', '1.5.0'], ['recordproto', '1.14.2'], ['renderproto', '0.11.1'], diff --git a/presentproto.pc.in b/presentproto.pc.in index 77196d4..9a32fa8 100644 --- a/presentproto.pc.in +++ b/presentproto.pc.in @@ -5,5 +5,5 @@ includedir=@includedir@ Name: PresentProto Description: Present extension headers -Version: 1.0 +Version: 1.1 Cflags: -I${includedir} -- cgit v1.2.3