Bump video and input ABI minors.

Sadly this is a video ABI number already present in master, but that'll
just have to change, won't it?
This commit is contained in:
Adam Jackson 2007-01-22 23:00:06 -05:00
parent c919f880d7
commit bd8ef88d18

View File

@ -84,8 +84,8 @@ typedef enum {
* mask is 0xFFFF0000.
*/
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 3)
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(1, 0)
#define ABI_XINPUT_VERSION SET_ABI_VERSION(0, 6)
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(1, 1)
#define ABI_XINPUT_VERSION SET_ABI_VERSION(0, 7)
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(0, 3)
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 5)