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

Alan Hourihane alanh at kemper.freedesktop.org
Tue Aug 8 13:43:19 EEST 2006


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

New commits:
diff-tree 8e5844bbf9c8880c9eb6eff29b6db2db06b01933 (from e4f63eaf5efb654121db148f2f8e32cc3b23b6b5)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Tue Aug 8 11:43:10 2006 +0100

    bump to 1.6.2 to indicate mergedfb support

diff --git a/configure.ac b/configure.ac
index b1d3524..fde8917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-i810],
-        1.6.1,
+        1.6.2,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-i810)
 
diff --git a/src/i810.h b/src/i810.h
index 740f38c..5a526fb 100644
--- a/src/i810.h
+++ b/src/i810.h
@@ -66,7 +66,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
 #define I810_DRIVER_NAME "i810"
 #define I810_MAJOR_VERSION 1
 #define I810_MINOR_VERSION 6
-#define I810_PATCHLEVEL 1
+#define I810_PATCHLEVEL 2
 
 
 /* HWMC Surfaces */
diff --git a/src/i830_dri.h b/src/i830_dri.h
index 31232b8..b521489 100644
--- a/src/i830_dri.h
+++ b/src/i830_dri.h
@@ -10,7 +10,7 @@
 
 #define I830_MAJOR_VERSION 1
 #define I830_MINOR_VERSION 6
-#define I830_PATCHLEVEL 1
+#define I830_PATCHLEVEL 2
 
 #define I830_REG_SIZE 0x80000
 



More information about the xorg-commit mailing list