diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-01-09 14:05:43 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-01-09 14:05:43 +0000 |
commit | efb75f56053ee06f1dbd4edfaea9986b27162afb (patch) | |
tree | 15ca2555ac85afa87790671eeb28c0cf7e99b36b | |
parent | 33c0fac6d63d9a509a24c7a5e5a46a0d6ee4dc5d (diff) |
Bump to 1.7.4xf86-video-intel-1.7.4xf86-video-i810-1.7.4
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/i810_dri.h | 2 | ||||
-rw-r--r-- | src/i830_dri.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 48b39a14..a232f184 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-i810], - 1.7.3, + 1.7.4, [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 70ea8999..5aa43383 100644 --- a/src/i810_dri.h +++ b/src/i810_dri.h @@ -10,7 +10,7 @@ #define I810_MAJOR_VERSION 1 #define I810_MINOR_VERSION 7 -#define I810_PATCHLEVEL 3 +#define I810_PATCHLEVEL 4 typedef struct { drm_handle_t regs; diff --git a/src/i830_dri.h b/src/i830_dri.h index 969eb60e..91891a58 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 3 +#define I830_PATCHLEVEL 4 #define I830_REG_SIZE 0x80000 |