diff options
author | Keith Packard <keithp@keithp.com> | 2016-05-30 01:49:46 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-07-18 15:27:51 -0400 |
commit | 4af00242ef1e39499b932d12423fdf449296090a (patch) | |
tree | 2767da4beb61f163f62ca4ccc1d5401b27b94ec5 /hw/xfree86/common | |
parent | be5a513fee6cbf29ef7570e57eb0436d70fbd88c (diff) |
Bump ABI versions to reflect block/wakeup handler API changes
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common')
-rw-r--r-- | hw/xfree86/common/xf86Module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index 14c7700f0..e0212cf3c 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -79,8 +79,8 @@ typedef enum { * mask is 0xFFFF0000. */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) -#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(22, 0) -#define ABI_XINPUT_VERSION SET_ABI_VERSION(23, 1) +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(23, 0) +#define ABI_XINPUT_VERSION SET_ABI_VERSION(24, 1) #define ABI_EXTENSION_VERSION SET_ABI_VERSION(10, 0) #define MODINFOSTRING1 0xef23fdc5 |