diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-04-20 10:16:52 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-04-20 10:16:52 +0000 |
commit | 2b8dc25dc549533f1567093fb7dffc06d6f55268 (patch) | |
tree | d873ba97d5c7942ae8be74f6b05547670664bec7 /shared-core/via_drv.h | |
parent | b0c461c8e374d7e92e5013a03fc6096595a74700 (diff) |
VIA: Interrupt handler bugfixes. Bumped patchlevel to 2.6.2.
Diffstat (limited to 'shared-core/via_drv.h')
-rw-r--r-- | shared-core/via_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h index 49a382fe..a6164197 100644 --- a/shared-core/via_drv.h +++ b/shared-core/via_drv.h @@ -28,11 +28,11 @@ #define DRIVER_NAME "via" #define DRIVER_DESC "VIA Unichrome / Pro" -#define DRIVER_DATE "20050418" +#define DRIVER_DATE "20050420" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 6 -#define DRIVER_PATCHLEVEL 1 +#define DRIVER_PATCHLEVEL 2 #include "via_verifier.h" |