diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-09-28 13:59:19 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-28 15:52:38 -0700 |
commit | 1a9022d3289ff74043112808cc8aa315fd9c40e8 (patch) | |
tree | 25ac9ac474f04eca9c2d937680e62ecd37f5a6d7 /hw/xfree86/common | |
parent | c45bea0c044ad37bedb42209f7e6ea8b587999f0 (diff) |
Bump video driver ABI version to 9.0
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86/common')
-rw-r--r-- | hw/xfree86/common/xf86Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index 51b9b16a3..7a8f62f99 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -82,7 +82,7 @@ typedef enum { * mask is 0xFFFF0000. */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) -#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(8, 0) +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(9, 0) #define ABI_XINPUT_VERSION SET_ABI_VERSION(11, 0) #define ABI_EXTENSION_VERSION SET_ABI_VERSION(4, 0) #define ABI_FONT_VERSION SET_ABI_VERSION(0, 6) |