diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-12-20 12:03:02 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-12-20 12:03:02 +0000 |
commit | 47c178da08c01501890e23219cbac8319992a453 (patch) | |
tree | 614bf64a050941d61eb89dbb2513f0dd95aa3fdd /shared | |
parent | c4c48a8a5bb27cee0592aebcc032abe7858604c8 (diff) |
Copy HC_ParaType_Auto change to shared-core. Bump version numbers and
dates.
Diffstat (limited to 'shared')
-rw-r--r-- | shared/via.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/via.h b/shared/via.h index d70fdb6e..960f5e2d 100644 --- a/shared/via.h +++ b/shared/via.h @@ -30,11 +30,11 @@ #define DRIVER_NAME "via" #define DRIVER_DESC "VIA Unichrome" -#define DRIVER_DATE "20041219" +#define DRIVER_DATE "20041220" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 3 -#define DRIVER_PATCHLEVEL 1 +#define DRIVER_PATCHLEVEL 2 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_VIA_ALLOCMEM)] = { via_mem_alloc, 1, 0 }, \ |