diff options
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | 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} |