diff options
author | Eric Anholt <[email protected]> | 2004-09-25 21:08:56 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2004-09-25 21:08:56 +0000 |
commit | 8018f7104b9f33f3574823a1ee5550b5065ff394 (patch) | |
tree | 0c32126012bf1f17e3b5c7d3a8ac0fdd41c26005 | |
parent | 97ac8282f518210f640293e427b0e811801f7b9f (diff) |
Bump driver_date for today's fixes.
-rw-r--r-- | src/mesa/drivers/dri/sis/sis_dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_dd.c b/src/mesa/drivers/dri/sis/sis_dd.c index 152df5622e0..010e1c5739b 100644 --- a/src/mesa/drivers/dri/sis/sis_dd.c +++ b/src/mesa/drivers/dri/sis/sis_dd.c @@ -44,7 +44,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "utils.h" -#define DRIVER_DATE "20040608" +#define DRIVER_DATE "20040925" /* Return the width and height of the given buffer. */ |