diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-14 23:23:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-14 23:23:36 +0000 |
commit | 784ff02611fdf4adeced1bd156fbb7e6ed63df22 (patch) | |
tree | 11dea01690506c420d8d6e870ad8ab1d721ac481 /src/ast.h | |
parent | 7ce3a2ba6d211aeaa19a6841935bc50205788d62 (diff) |
Version 0.60 from ASPEED Technology Inc. (Modify H/W cursor parts for
customer request) Bugzilla #4937
<https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4044
<https://bugs.freedesktop.org/attachment.cgi?id=4044>
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 "AST" #define AST_DRIVER_NAME "ast" #define AST_MAJOR_VERSION 0 -#define AST_MINOR_VERSION 51 +#define AST_MINOR_VERSION 60 #define AST_PATCH_VERSION 0 #define AST_VERSION \ ((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION) |