Bump all version numbers that need to be bumped.

This commit is contained in:
Jeff Hartmann 2001-08-20 23:32:54 +00:00
parent 45976365da
commit 589dc55787
7 changed files with 15 additions and 15 deletions

View file

@ -41,8 +41,8 @@
#define DRIVER_DESC "Intel i810"
#define DRIVER_DATE "20010624"
#define DRIVER_MAJOR 1
#define DRIVER_MINOR 1
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \

View file

@ -40,9 +40,9 @@
#define DRIVER_DESC "Matrox G200/G400"
#define DRIVER_DATE "20010624"
#define DRIVER_MAJOR 3
#define DRIVER_MAJOR 4
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 2
#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { mga_dma_buffers, 1, 0 }, \

View file

@ -41,9 +41,9 @@
#define DRIVER_DESC "ATI Rage 128"
#define DRIVER_DATE "20010624"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 1
#define DRIVER_PATCHLEVEL 5
#define DRIVER_MAJOR 3
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { r128_cce_buffers, 1, 0 }, \

View file

@ -40,7 +40,7 @@
#define DRIVER_DESC "3DLabs gamma"
#define DRIVER_DATE "20010624"
#define DRIVER_MAJOR 1
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 0

View file

@ -41,8 +41,8 @@
#define DRIVER_DESC "Intel i810"
#define DRIVER_DATE "20010624"
#define DRIVER_MAJOR 1
#define DRIVER_MINOR 1
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \

View file

@ -40,9 +40,9 @@
#define DRIVER_DESC "Matrox G200/G400"
#define DRIVER_DATE "20010624"
#define DRIVER_MAJOR 3
#define DRIVER_MAJOR 4
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 2
#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { mga_dma_buffers, 1, 0 }, \

View file

@ -41,9 +41,9 @@
#define DRIVER_DESC "ATI Rage 128"
#define DRIVER_DATE "20010624"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 1
#define DRIVER_PATCHLEVEL 5
#define DRIVER_MAJOR 3
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { r128_cce_buffers, 1, 0 }, \