summaryrefslogtreecommitdiff
path: root/src/mga.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-08-15 07:30:05 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-08-15 07:30:05 +0000
commiteec95d13f408f5489fe8c6b611d080c275c541fb (patch)
treed26994d7d74855cfd445c6bae85d9c1cddf313a1 /src/mga.h
parentd4b7edf86b63fb9af377bc4605381c8016a683a5 (diff)
Egbert's 64bit fixes for mixed 32/64bit clients
Diffstat (limited to 'src/mga.h')
-rw-r--r--src/mga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mga.h b/src/mga.h
index 97eeec0..3aed787 100644
--- a/src/mga.h
+++ b/src/mga.h
@@ -152,8 +152,8 @@ void MGAdbg_outreg32(ScrnInfoPtr, int,int, char*);
#define MGA_MODULE_DATA mgaModuleData
#define MGA_DRIVER_NAME "mga"
#define MGA_MAJOR_VERSION 1
-#define MGA_MINOR_VERSION 1
-#define MGA_PATCHLEVEL 2
+#define MGA_MINOR_VERSION 2
+#define MGA_PATCHLEVEL 0
typedef struct {
unsigned char ExtVga[6];