mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
presentproto: Fix version number (1.1 not 1.0)
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
5c6e9a6e3a
commit
09d8185d9f
2 changed files with 2 additions and 2 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ includedir=@includedir@
|
|||
|
||||
Name: PresentProto
|
||||
Description: Present extension headers
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue