diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:33:58 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:33:58 +0000 |
commit | f0a3923fe65abb04e64e3159b154f677e76423ca (patch) | |
tree | e0b399290a85fce173880425f085b00932a1fc72 | |
parent | ae30dfebbd6883f1a863d193d6c8e971c0dec92b (diff) |
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/mga.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-04-07 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + * src/mga.h: + Bump to 1.4.1 for Xv changes. + 2006-04-07 Aaron Plattner <aplattner@nvidia.com> * src/mga_video.c: (MGAPutImage): diff --git a/configure.ac b/configure.ac index cbd53c2..1ea6ce1 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-mga], - 1.4.0, + 1.4.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-mga) @@ -154,7 +154,7 @@ void MGAdbg_outreg32(ScrnInfoPtr, int,int, char*); #define MGA_DRIVER_NAME "mga" #define MGA_MAJOR_VERSION 1 #define MGA_MINOR_VERSION 4 -#define MGA_PATCHLEVEL 0 +#define MGA_PATCHLEVEL 1 typedef struct { unsigned char ExtVga[6]; |