diff options
author | Brian Paul <brianp@vmware.com> | 2009-04-18 10:51:41 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-04-18 10:51:41 -0600 |
commit | b2dfc29a824764e9dc4cc6a506fcf11f32bd572f (patch) | |
tree | ecc038fc20a0ce2fe196517dc2d0303ce4622636 /src | |
parent | 7c1e61f41c940448962aa90b8cc837739055384e (diff) |
intel: update driver date, remove RC3 designation
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c index e91abd74eb..ddcd264768 100644 --- a/src/mesa/drivers/dri/intel/intel_context.c +++ b/src/mesa/drivers/dri/intel/intel_context.c @@ -97,7 +97,7 @@ int INTEL_DEBUG = (0); #include "extension_helper.h" -#define DRIVER_DATE "20090415 2009Q1 RC3" +#define DRIVER_DATE "20090418 2009Q1" #define DRIVER_DATE_GEM "GEM " DRIVER_DATE static const GLubyte * |