summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2006-09-28 19:05:58 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2006-09-29 12:55:09 +0200
commit3620a3ec85033d3d1d1a44ec32492fb2ef20fd8a (patch)
treea9b0e6d365109fab7c02ee6fb29dcb0c4901b70e /shared-core/i915_drv.h
parent390184df92915d232cab90469937de875ee65b91 (diff)
i915: Bump minor again to differentiate from vsync changes.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index cc575546..72cd41c3 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -50,7 +50,7 @@
* - Support vertical blank on secondary display pipe
*/
#define DRIVER_MAJOR 1
-#define DRIVER_MINOR 6
+#define DRIVER_MINOR 7
#define DRIVER_PATCHLEVEL 0
#if defined(__linux__)