diff options
author | Gareth Hughes <gareth@users.sourceforge.net> | 2001-03-19 12:16:24 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@users.sourceforge.net> | 2001-03-19 12:16:24 +0000 |
commit | b42ff4f6600b97e9b7482152d5ea8713e800dc00 (patch) | |
tree | 89acb9dd439285fa3d52c9a105445dd69914d0df | |
parent | 9914f4cf6057957bd77f1c1b0b9957537eafdfb9 (diff) |
Update version, date stamp.X_4_0_99_1-20010319-preimport
-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 88fa53a6d..42794e829 100644 --- a/linux-core/mga_drv.c +++ b/linux-core/mga_drv.c @@ -38,11 +38,11 @@ #define DRIVER_NAME "mga" #define DRIVER_DESC "Matrox G200/G400" -#define DRIVER_DATE "20010216" +#define DRIVER_DATE "20010319" #define DRIVER_MAJOR 3 #define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_PATCHLEVEL 1 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { mga_dma_buffers, 1, 0 }, \ diff --git a/linux/mga_drv.c b/linux/mga_drv.c index 88fa53a6d..42794e829 100644 --- a/linux/mga_drv.c +++ b/linux/mga_drv.c @@ -38,11 +38,11 @@ #define DRIVER_NAME "mga" #define DRIVER_DESC "Matrox G200/G400" -#define DRIVER_DATE "20010216" +#define DRIVER_DATE "20010319" #define DRIVER_MAJOR 3 #define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_PATCHLEVEL 1 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { mga_dma_buffers, 1, 0 }, \ |