diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/i810_dri.h | 4 | ||||
-rw-r--r-- | src/i830_dri.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 24293530..136ff6e5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-i810], - 1.7.0, + 1.7.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-i810) diff --git a/src/i810_dri.h b/src/i810_dri.h index 027a47a9..f5016b6a 100644 --- a/src/i810_dri.h +++ b/src/i810_dri.h @@ -9,8 +9,8 @@ #define I810_MAX_DRAWABLES 256 #define I810_MAJOR_VERSION 1 -#define I810_MINOR_VERSION 6 -#define I810_PATCHLEVEL 3 +#define I810_MINOR_VERSION 7 +#define I810_PATCHLEVEL 1 typedef struct { drm_handle_t regs; diff --git a/src/i830_dri.h b/src/i830_dri.h index 3a4cfaf5..a4f5dee4 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -10,7 +10,7 @@ #define I830_MAJOR_VERSION 1 #define I830_MINOR_VERSION 7 -#define I830_PATCHLEVEL 0 +#define I830_PATCHLEVEL 1 #define I830_REG_SIZE 0x80000 |