diff options
author | Adam Jackson <ajax@redhat.com> | 2018-02-12 11:00:51 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-12 11:00:51 -0500 |
commit | 09d8185d9f4c87ce85f0ad64bc13236e67dc7bd4 (patch) | |
tree | f196566e148b7cac25222c3c9d7d2fd65ae5c315 | |
parent | 5c6e9a6e3af35e955d97ab016985be18636042e4 (diff) |
presentproto: Fix version number (1.1 not 1.0)
Signed-off-by: Adam Jackson <ajax@redhat.com>
-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} |