diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-09-06 15:20:52 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-09-06 15:20:52 -0700 |
commit | c597bd57eee3ea05a3b8c851615c7351d0b32fce (patch) | |
tree | 160ed20114b1c2f7e0dd31bbc0f863b6b3c82f77 | |
parent | fee49e2071f2f528d7041bf1f14c640fff7478cc (diff) |
Bump version to 1.0.0.
-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 f2768d1b..88ade64d 100644 --- a/linux-core/xgi_drv.h +++ b/linux-core/xgi_drv.h @@ -35,10 +35,10 @@ #define DRIVER_NAME "xgi" #define DRIVER_DESC "XGI XP5 / XP10 / XG47" -#define DRIVER_DATE "20070814" +#define DRIVER_DATE "20070906" -#define DRIVER_MAJOR 0 -#define DRIVER_MINOR 13 +#define DRIVER_MAJOR 1 +#define DRIVER_MINOR 0 #define DRIVER_PATCHLEVEL 0 #include "xgi_cmdlist.h" |