summaryrefslogtreecommitdiff
path: root/shared-core/via_drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas@tungstengraphics.com>2006-06-19 09:01:31 +0000
committerThomas Hellstrom <thomas@tungstengraphics.com>2006-06-19 09:01:31 +0000
commit96f272884d6caf7940c9bc3c95dcac75b0a8cd3f (patch)
tree49041cf086a0fce7bd598ba5c7983dcf7822ac4a /shared-core/via_drm.h
parent0203edaa21451c2840d3c4116fb0bdbec82cb0fe (diff)
via: Bump version number and date.
Diffstat (limited to 'shared-core/via_drm.h')
-rw-r--r--shared-core/via_drm.h4
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