diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-06-12 15:36:48 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-06-12 15:36:48 -0700 |
commit | 5d99e79c3ee027a035d4ef0a920e3fc30bd053c1 (patch) | |
tree | 517a2456dd807836d653ec5caa1f4a2beed27147 /linux-core/xgi_drv.h | |
parent | a07c82183abdcde9777a456d45b7ae741ddfd44c (diff) |
xgi: Bump kernel version
This should have been bumped when the fence interface was changed the
other day. Better late than never, I suppose.
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r-- | linux-core/xgi_drv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h index 2fd73b9e..5ad3ddb3 100644 --- a/linux-core/xgi_drv.h +++ b/linux-core/xgi_drv.h @@ -35,11 +35,11 @@ #define DRIVER_NAME "xgi" #define DRIVER_DESC "XGI XP5 / XP10 / XG47" -#define DRIVER_DATE "20071003" +#define DRIVER_DATE "20080612" #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 1 -#define DRIVER_PATCHLEVEL 3 +#define DRIVER_MINOR 2 +#define DRIVER_PATCHLEVEL 0 #include "xgi_cmdlist.h" #include "xgi_drm.h" |