diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-01-28 14:33:25 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-28 14:58:04 -0800 |
commit | e38df06772965cd5099646f1e7032b7c944d16ed (patch) | |
tree | 86bf777459be08f8152d10b819ce02050309b870 /hw/xfree86/dri2 | |
parent | 60b6477f6dc005a1b052be8c5e5a549550a4aa88 (diff) |
DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API changes.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86/dri2')
-rw-r--r-- | hw/xfree86/dri2/dri2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c index 587a9285a..cd69ca0c4 100644 --- a/hw/xfree86/dri2/dri2.c +++ b/hw/xfree86/dri2/dri2.c @@ -914,7 +914,7 @@ static XF86ModuleVersionInfo DRI2VersRec = MODINFOSTRING1, MODINFOSTRING2, XORG_VERSION_CURRENT, - 1, 1, 0, + 1, 2, 0, ABI_CLASS_EXTENSION, ABI_EXTENSION_VERSION, MOD_CLASS_NONE, |