diff options
-rw-r--r-- | XorgModuleABIVersions.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XorgModuleABIVersions.mdwn b/XorgModuleABIVersions.mdwn index 3eaf35c4..ae1b186b 100644 --- a/XorgModuleABIVersions.mdwn +++ b/XorgModuleABIVersions.mdwn @@ -32,6 +32,7 @@ ABI numbers may increment multiple times during Xorg server development cycles, **1.17** | 0.4 | 19.0 | 21.0 | 9.0 | 0.6 **1.18** | 0.4 | 20.0 | 22.1 | 9.0 | 0.6 **1.19** | 0.4 | 23.0 | 24.1 | 10.0 | N/A +**1.20** | 0.4 | 24.0 | 24.1 | 10.0 | N/A """]] When looking at Xserver source code, the ABI versions may be found as definitions of `ABI_VIDEODRV_VERSION`, `ABI_XINPUT_VERSION`, etc. in [[`hw/xfree86/common/xf86Module.h`|https://cgit.freedesktop.org/xorg/xserver/log/hw/xfree86/common/xf86Module.h]]. |