diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-01-05 17:46:34 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-01-05 17:46:34 +0000 |
commit | 4818014ab10e5ab27fe7c87f7936a932526612a6 (patch) | |
tree | 8b600eee5215a0037cb092f9cbb88550292028f0 | |
parent | e34b5601912ce4b611d429304d5271fcf6f9f457 (diff) |
Bumped driver date and minor version.
-rw-r--r-- | shared-core/via_drv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h index c07747b2..d085179a 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" -#define DRIVER_DATE "20041231" +#define DRIVER_DATE "20050105" #define DRIVER_MAJOR 2 -#define DRIVER_MINOR 3 -#define DRIVER_PATCHLEVEL 4 +#define DRIVER_MINOR 4 +#define DRIVER_PATCHLEVEL 0 typedef struct drm_via_ring_buffer { drm_map_t map; |