diff options
author | Thomas Hellstrom <thomas@tungstengraphics.com> | 2006-06-19 09:01:31 +0000 |
---|---|---|
committer | Thomas Hellstrom <thomas@tungstengraphics.com> | 2006-06-19 09:01:31 +0000 |
commit | 96f272884d6caf7940c9bc3c95dcac75b0a8cd3f (patch) | |
tree | 49041cf086a0fce7bd598ba5c7983dcf7822ac4a | |
parent | 0203edaa21451c2840d3c4116fb0bdbec82cb0fe (diff) |
via: Bump version number and date.
-rw-r--r-- | shared-core/via_drm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/via_drm.h b/shared-core/via_drm.h index cd3d5666..049c63e1 100644 --- a/shared-core/via_drm.h +++ b/shared-core/via_drm.h @@ -42,11 +42,11 @@ * backwards incompatibilities, (which should be avoided whenever possible). */ -#define VIA_DRM_DRIVER_DATE "20060615" +#define VIA_DRM_DRIVER_DATE "20060616" #define VIA_DRM_DRIVER_MAJOR 2 #define VIA_DRM_DRIVER_MINOR 10 -#define VIA_DRM_DRIVER_PATCHLEVEL 1 +#define VIA_DRM_DRIVER_PATCHLEVEL 2 #define VIA_DRM_DRIVER_VERSION (((VIA_DRM_DRIVER_MAJOR) << 16) | (VIA_DRM_DRIVER_MINOR)) #define VIA_NR_SAREA_CLIPRECTS 8 |