xf86-video-intel: configure.ac src/i810_dri.h src/i830_dri.h

Alan Hourihane alanh at kemper.freedesktop.org
Thu Dec 7 11:47:40 EET 2006


 configure.ac   |    2 +-
 src/i810_dri.h |    2 +-
 src/i830_dri.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
diff-tree 99f6f84076b25af69dc226e6d4704c74d207e657 (from 6781575f734f05547d7d5ceef4116fc157bba44d)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Thu Dec 7 09:47:34 2006 +0000

    Bump to 1.7.3

diff --git a/configure.ac b/configure.ac
index fc0f9cd..48b39a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-i810],
-        1.7.2,
+        1.7.3,
         [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 f090b92..70ea899 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 a140497..969eb60 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
 



More information about the xorg-commit mailing list