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.h | |
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.h')
-rw-r--r-- | src/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ #define AST_NAME "AST1000/2000" #define AST_DRIVER_NAME "ast" #define AST_MAJOR_VERSION 0 -#define AST_MINOR_VERSION 61 +#define AST_MINOR_VERSION 62 #define AST_PATCH_VERSION 0 #define AST_VERSION \ ((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION) |