diff options
author | Jens Owen <jens@tungstengraphics.com> | 2002-04-08 16:12:20 +0000 |
---|---|---|
committer | Jens Owen <jens@tungstengraphics.com> | 2002-04-08 16:12:20 +0000 |
commit | ff44b250415552eb616fe83ef50eaa4c74757712 (patch) | |
tree | 2ff61c7742e71086845982bfd4ca20d9725aa1dc | |
parent | 14bd58e99d3752b07df287dc10387134f8b7a499 (diff) |
bump date string in Radeon DRM driver.
-rw-r--r-- | linux-core/radeon_drv.c | 2 | ||||
-rw-r--r-- | linux/radeon_drv.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c index 1ac56500c..7ec54b70e 100644 --- a/linux-core/radeon_drv.c +++ b/linux-core/radeon_drv.c @@ -37,7 +37,7 @@ #define DRIVER_NAME "radeon" #define DRIVER_DESC "ATI Radeon" -#define DRIVER_DATE "20020306" +#define DRIVER_DATE "20020408" #define DRIVER_MAJOR 1 #define DRIVER_MINOR 3 diff --git a/linux/radeon_drv.c b/linux/radeon_drv.c index 1ac56500c..7ec54b70e 100644 --- a/linux/radeon_drv.c +++ b/linux/radeon_drv.c @@ -37,7 +37,7 @@ #define DRIVER_NAME "radeon" #define DRIVER_DESC "ATI Radeon" -#define DRIVER_DATE "20020306" +#define DRIVER_DATE "20020408" #define DRIVER_MAJOR 1 #define DRIVER_MINOR 3 |