From 6a3b60cfe722930f6ec1346c395d58abceccd544 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 3 Jun 2025 18:48:28 +0200 Subject: [PATCH] xfree86: increase ABI versions Since *a lot* has changed since last Xserver release, need to increase the ABI version. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Module.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index 7cb08f532..b26bdd7bb 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -73,10 +73,10 @@ * changed. The minor revision mask is 0x0000FFFF and the major revision * mask is 0xFFFF0000. */ -#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) -#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(27, 0) -#define ABI_XINPUT_VERSION SET_ABI_VERSION(25, 0) -#define ABI_EXTENSION_VERSION SET_ABI_VERSION(10, 0) +#define ABI_ANSIC_VERSION SET_ABI_VERSION(1, 4) +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(28, 0) +#define ABI_XINPUT_VERSION SET_ABI_VERSION(26, 0) +#define ABI_EXTENSION_VERSION SET_ABI_VERSION(11, 0) #define MODINFOSTRING1 0xef23fdc5 #define MODINFOSTRING2 0x10dc023a