mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-25 13:00:20 +01:00
presentproto: Update version number to 1.3
Bump the presentproto version to 1.3 in the pkg-config file,
presentproto.txt and presenttokens.h.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Fixes: 5a3d5d624 - present: add PresentOptionAsyncMayTear
This commit is contained in:
parent
16ca6a5c59
commit
85e11a6b73
3 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#define PRESENT_NAME "Present"
|
#define PRESENT_NAME "Present"
|
||||||
#define PRESENT_MAJOR 1
|
#define PRESENT_MAJOR 1
|
||||||
#define PRESENT_MINOR 2
|
#define PRESENT_MINOR 3
|
||||||
|
|
||||||
#define PresentNumberErrors 0
|
#define PresentNumberErrors 0
|
||||||
#define PresentNumberEvents 0
|
#define PresentNumberEvents 0
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@ includedir=@includedir@
|
||||||
|
|
||||||
Name: PresentProto
|
Name: PresentProto
|
||||||
Description: Present extension headers
|
Description: Present extension headers
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
The Present Extension
|
The Present Extension
|
||||||
Version 1.2
|
Version 1.3
|
||||||
2018-02-26
|
2023-06-13
|
||||||
|
|
||||||
Keith Packard
|
Keith Packard
|
||||||
keithp@keithp.com
|
keithp@keithp.com
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue