diff options
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/mga_drv.c | 2 | ||||
-rw-r--r-- | linux-core/r128_drv.c | 2 | ||||
-rw-r--r-- | linux-core/radeon_drv.c | 2 | ||||
-rw-r--r-- | linux-core/tdfx_drv.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/mga_drv.c b/linux-core/mga_drv.c index b498a3e1..7898c744 100644 --- a/linux-core/mga_drv.c +++ b/linux-core/mga_drv.c @@ -38,7 +38,7 @@ #define DRIVER_NAME "mga" #define DRIVER_DESC "Matrox G200/G400" -#define DRIVER_DATE "20010212" +#define DRIVER_DATE "20010215" #define DRIVER_MAJOR 3 #define DRIVER_MINOR 0 diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 08de2039..3bd27ae7 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -38,7 +38,7 @@ #define DRIVER_NAME "r128" #define DRIVER_DESC "ATI Rage 128" -#define DRIVER_DATE "20010214" +#define DRIVER_DATE "20010215" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 1 diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c index da046106..43f6e2e7 100644 --- a/linux-core/radeon_drv.c +++ b/linux-core/radeon_drv.c @@ -36,7 +36,7 @@ #define DRIVER_NAME "radeon" #define DRIVER_DESC "ATI Radeon" -#define DRIVER_DATE "20010214" +#define DRIVER_DATE "20010215" #define DRIVER_MAJOR 1 #define DRIVER_MINOR 0 diff --git a/linux-core/tdfx_drv.c b/linux-core/tdfx_drv.c index 9bb7b84a..e8d7955c 100644 --- a/linux-core/tdfx_drv.c +++ b/linux-core/tdfx_drv.c @@ -38,7 +38,7 @@ #define DRIVER_NAME "tdfx" #define DRIVER_DESC "3dfx Banshee/Voodoo3+" -#define DRIVER_DATE "20010214" +#define DRIVER_DATE "20010215" #define DRIVER_MAJOR 1 #define DRIVER_MINOR 0 |