diff options
author | Ian Romanick <[email protected]> | 2010-03-30 15:38:03 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-30 15:38:03 -0700 |
commit | 4afed821baa6993d85a07c67d42ea40d4e9a600a (patch) | |
tree | 507c98f63be3ea8a971d087ff57eea5bfee91bc8 | |
parent | 94264994b1332109974f7de8179535429f34caf4 (diff) |
intel: Bump intel driver date to later than the date on the 7.8 branch
-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 176f32f3aa7..9077a611328 100644 --- a/src/mesa/drivers/dri/intel/intel_context.c +++ b/src/mesa/drivers/dri/intel/intel_context.c @@ -63,7 +63,7 @@ int INTEL_DEBUG = (0); #endif -#define DRIVER_DATE "20091221 DEVELOPMENT" +#define DRIVER_DATE "20100330 DEVELOPMENT" #define DRIVER_DATE_GEM "GEM " DRIVER_DATE |