diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-14 23:36:18 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-14 23:36:18 +0000 |
commit | 4e31187407a6dfe53a9d15f06c8c4584e20125ba (patch) | |
tree | 6bb602acbac28aff2db691c94957ec6336fb01bd /src/ast_driver.c | |
parent | 7c713fb0da9c5c0c5c4e727ff4c801ec0e6e4a83 (diff) |
Version 0.62 from ASPEED Technology Inc. (Fixed get video buffer size
incorrect issue) Bugzilla #4937
<https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4563
<https://bugs.freedesktop.org/attachment.cgi?id=4563>
Diffstat (limited to 'src/ast_driver.c')
-rw-r--r-- | src/ast_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast_driver.c b/src/ast_driver.c index a9f6de0..a0bf8f3 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -242,7 +242,7 @@ static XF86ModuleVersionInfo astVersRec = { MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, AST_MAJOR_VERSION, AST_MINOR_VERSION, AST_PATCH_VERSION, ABI_CLASS_VIDEODRV, ABI_VIDEODRV_VERSION, |