diff options
author | David Dawes <dawes@xfree86.org> | 2002-02-13 21:18:28 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2002-02-13 21:18:28 +0000 |
commit | bf01c96677fba8e7b0c8d1281b87d59256be7525 (patch) | |
tree | 24d25b8fa4987897180d249b671ac2ab9e8edab1 /linux/i810_drv.c | |
parent | d779dbfb8b2f97561350a936462e9f5a50ed3f78 (diff) |
Revert the minor version back to 2 (and bump the patchlevel).mesa-4-0-20020214mesa-4-0-20020213mesa-4-0-branch
Diffstat (limited to 'linux/i810_drv.c')
-rw-r--r-- | linux/i810_drv.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/i810_drv.c b/linux/i810_drv.c index 733e5850..f792e378 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 }, \ |