summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/mga.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fea115..9b53689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/src/mga.h b/src/mga.h
index 88f0b04..2d08f2d 100644
--- a/src/mga.h
+++ b/src/mga.h
@@ -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];