diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-26 13:28:38 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-26 13:28:38 +0000 |
commit | 13e11e1f94ce2fcf2ce86be1400b644560cb066c (patch) | |
tree | d39cd3962a0ddc6978c3b92ba9a075128515f810 | |
parent | 05fb3e93f2f99a1ace1444c8f0669067f553504b (diff) |
Put drm version back from 3.0 to 2.2; XFree86 4.1 is the baseline for
versioning information.
-rw-r--r-- | linux-core/r128_drv.c | 4 | ||||
-rw-r--r-- | linux/r128_drv.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 86cd3e76..d8d7be4f 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -41,8 +41,8 @@ #define DRIVER_DESC "ATI Rage 128" #define DRIVER_DATE "20010917" -#define DRIVER_MAJOR 3 -#define DRIVER_MINOR 0 +#define DRIVER_MAJOR 2 +#define DRIVER_MINOR 2 #define DRIVER_PATCHLEVEL 0 #define DRIVER_IOCTLS \ diff --git a/linux/r128_drv.c b/linux/r128_drv.c index 86cd3e76..d8d7be4f 100644 --- a/linux/r128_drv.c +++ b/linux/r128_drv.c @@ -41,8 +41,8 @@ #define DRIVER_DESC "ATI Rage 128" #define DRIVER_DATE "20010917" -#define DRIVER_MAJOR 3 -#define DRIVER_MINOR 0 +#define DRIVER_MAJOR 2 +#define DRIVER_MINOR 2 #define DRIVER_PATCHLEVEL 0 #define DRIVER_IOCTLS \ |