bump to 1.6.2 to indicate mergedfb support
This commit is contained in:
parent
e4f63eaf5e
commit
8e5844bbf9
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,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 6
|
||||
#define I810_PATCHLEVEL 1
|
||||
#define I810_PATCHLEVEL 2
|
||||
|
||||
|
||||
/* HWMC Surfaces */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue