summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-08 01:33:58 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-08 01:33:58 +0000
commitf0a3923fe65abb04e64e3159b154f677e76423ca (patch)
treee0b399290a85fce173880425f085b00932a1fc72
parentae30dfebbd6883f1a863d193d6c8e971c0dec92b (diff)
Bump to 1.4.1 for Xv changes.mga-1_4_1XORG-7_1
-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];