diff options
author | Kevin E Martin <kem@redhat.com> | 2005-11-09 21:31:20 +0000 |
---|---|---|
committer | Kevin E Martin <kem@redhat.com> | 2005-11-09 21:31:20 +0000 |
commit | 08f03e4237ce9a54f0dffa37307af402b0bd2e55 (patch) | |
tree | 313ce5294dce6a5d9467d6f297d08394281b91c1 | |
parent | a600e89a1547908f2018de96b5ecb814e2427b34 (diff) |
Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902
-rw-r--r-- | src/i810.h | 2 | ||||
-rw-r--r-- | src/i830_dri.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -67,7 +67,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define I810_DRIVER_NAME "i810" #define I810_MAJOR_VERSION 1 #define I810_MINOR_VERSION 4 -#define I810_PATCHLEVEL 0 +#define I810_PATCHLEVEL 1 /* HWMC Surfaces */ diff --git a/src/i830_dri.h b/src/i830_dri.h index e69a9cf7..5ac99e5e 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -10,7 +10,7 @@ #define I830_MAJOR_VERSION 1 #define I830_MINOR_VERSION 4 -#define I830_PATCHLEVEL 0 +#define I830_PATCHLEVEL 1 #define I830_REG_SIZE 0x80000 |