From bf01c96677fba8e7b0c8d1281b87d59256be7525 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Wed, 13 Feb 2002 21:18:28 +0000 Subject: Revert the minor version back to 2 (and bump the patchlevel). --- linux-core/i810_drv.c | 14 +++++++------- linux/i810_drv.c | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 733e5850f..f792e3781 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -43,15 +43,15 @@ /* Interface history * - * 1.1 - XFree86 4.1 - * 1.2 - XvMC interfaces - * - XFree86 4.2 - * 1.3 - Disable copying code (leave stub ioctls for backwards compatibility) - * - Remove requirement for interrupt (leave stubs again) + * 1.1 - XFree86 4.1 + * 1.2 - XvMC interfaces + * - XFree86 4.2 + * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility) + * - Remove requirement for interrupt (leave stubs again) */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 3 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_MINOR 2 +#define DRIVER_PATCHLEVEL 1 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)] = { i810_dma_init, 1, 1 }, \ diff --git a/linux/i810_drv.c b/linux/i810_drv.c index 733e5850f..f792e3781 100644 --- a/linux/i810_drv.c +++ b/linux/i810_drv.c @@ -43,15 +43,15 @@ /* Interface history * - * 1.1 - XFree86 4.1 - * 1.2 - XvMC interfaces - * - XFree86 4.2 - * 1.3 - Disable copying code (leave stub ioctls for backwards compatibility) - * - Remove requirement for interrupt (leave stubs again) + * 1.1 - XFree86 4.1 + * 1.2 - XvMC interfaces + * - XFree86 4.2 + * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility) + * - Remove requirement for interrupt (leave stubs again) */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 3 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_MINOR 2 +#define DRIVER_PATCHLEVEL 1 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)] = { i810_dma_init, 1, 1 }, \ -- cgit v1.2.3