diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2000-08-31 15:32:10 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2000-08-31 15:32:10 +0000 |
commit | e3e2d66131a3615379fe81ea106d7133da084683 (patch) | |
tree | b8c12266c9f1879a40873851ddb77e844035b47e | |
parent | 433408db2e334f25df700b701fb3e159abd471b9 (diff) |
Bump version number after kernel interface change.
-rw-r--r-- | linux-core/mga_drv.c | 4 | ||||
-rw-r--r-- | linux/mga_drv.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/mga_drv.c b/linux-core/mga_drv.c index f6a4a43b..e7547c06 100644 --- a/linux-core/mga_drv.c +++ b/linux-core/mga_drv.c @@ -36,8 +36,8 @@ #define MGA_NAME "mga" #define MGA_DESC "Matrox g200/g400" -#define MGA_DATE "20000719" -#define MGA_MAJOR 1 +#define MGA_DATE "20000831" +#define MGA_MAJOR 2 #define MGA_MINOR 0 #define MGA_PATCHLEVEL 0 diff --git a/linux/mga_drv.c b/linux/mga_drv.c index f6a4a43b..e7547c06 100644 --- a/linux/mga_drv.c +++ b/linux/mga_drv.c @@ -36,8 +36,8 @@ #define MGA_NAME "mga" #define MGA_DESC "Matrox g200/g400" -#define MGA_DATE "20000719" -#define MGA_MAJOR 1 +#define MGA_DATE "20000831" +#define MGA_MAJOR 2 #define MGA_MINOR 0 #define MGA_PATCHLEVEL 0 |