diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-14 23:28:47 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-14 23:28:47 +0000 |
commit | 7c713fb0da9c5c0c5c4e727ff4c801ec0e6e4a83 (patch) | |
tree | 14b7b40d7f9192e4d2c47de4ab8ee5816282434a /src/ast.h | |
parent | 784ff02611fdf4adeced1bd156fbb7e6ed63df22 (diff) |
Version 0.61 from ASPEED Technology Inc. (Update for Xorg 6.9.0 - Can't
reference XAACOPYROP) Bugzilla #4937
<https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4044
<https://bugs.freedesktop.org/attachment.cgi?id=4245>
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,10 +35,10 @@ #endif /* AST REC Info */ -#define AST_NAME "AST" +#define AST_NAME "AST1000/2000" #define AST_DRIVER_NAME "ast" #define AST_MAJOR_VERSION 0 -#define AST_MINOR_VERSION 60 +#define AST_MINOR_VERSION 61 #define AST_PATCH_VERSION 0 #define AST_VERSION \ ((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION) |