summaryrefslogtreecommitdiff
path: root/linux-core/radeon_drv.c
diff options
context:
space:
mode:
authorMichel Daenzer <michel@daenzer.net>2002-06-02 16:00:45 +0000
committerMichel Daenzer <michel@daenzer.net>2002-06-02 16:00:45 +0000
commit5676a2a6105afdfc343e7f36f3c87e528a9d14b3 (patch)
tree4113a8b728fcc73ad0841bb0a83ae1beac5e4d2b /linux-core/radeon_drv.c
parent6ac48cddd0a074c77de0ab3dfc1661352b6f0c26 (diff)
fixes for big endian in general and powerpc in particular
Diffstat (limited to 'linux-core/radeon_drv.c')
-rw-r--r--linux-core/radeon_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c
index 4dea95f6..135dd184 100644
--- a/linux-core/radeon_drv.c
+++ b/linux-core/radeon_drv.c
@@ -39,11 +39,11 @@
#define DRIVER_NAME "radeon"
#define DRIVER_DESC "ATI Radeon"
-#define DRIVER_DATE "20010405"
+#define DRIVER_DATE "20020602"
#define DRIVER_MAJOR 1
#define DRIVER_MINOR 2
-#define DRIVER_PATCHLEVEL 0
+#define DRIVER_PATCHLEVEL 1
/* Interface history:
*