diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-28 19:05:58 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-29 12:55:09 +0200 |
commit | 3620a3ec85033d3d1d1a44ec32492fb2ef20fd8a (patch) | |
tree | a9b0e6d365109fab7c02ee6fb29dcb0c4901b70e | |
parent | 390184df92915d232cab90469937de875ee65b91 (diff) |
i915: Bump minor again to differentiate from vsync changes.
-rw-r--r-- | shared-core/i915_drv.h | 2 |
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__) |