diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-12-07 09:47:34 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-12-07 09:47:34 +0000 |
commit | 99f6f84076b25af69dc226e6d4704c74d207e657 (patch) | |
tree | e0adfcf2f161b6a346ba5f8e0ddceae3dcf8ca2c /src | |
parent | 6781575f734f05547d7d5ceef4116fc157bba44d (diff) |
Bump to 1.7.3xf86-video-intel-1.7.3xf86-video-i810-1.7.3
Diffstat (limited to 'src')
-rw-r--r-- | src/i810_dri.h | 2 | ||||
-rw-r--r-- | src/i830_dri.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/i810_dri.h b/src/i810_dri.h index f090b923..70ea8999 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 2 +#define I810_PATCHLEVEL 3 typedef struct { drm_handle_t regs; diff --git a/src/i830_dri.h b/src/i830_dri.h index a1404978..969eb60e 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 2 +#define I830_PATCHLEVEL 3 #define I830_REG_SIZE 0x80000 |