diff options
author | Ian Romanick <[email protected]> | 2009-12-21 18:46:17 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-12-21 18:46:17 -0800 |
commit | 71678a7ede11062b62e8786daf4ba451f5e4fe87 (patch) | |
tree | ab33fc2be79638159fabdbe95f25a82c9a0539da /src/mesa/drivers/dri/intel | |
parent | a4b6b428855e73b35f754a9f64647c6edc1a88fa (diff) |
intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"
Diffstat (limited to 'src/mesa/drivers/dri/intel')
-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 fb61ba62814..c616d32ebbf 100644 --- a/src/mesa/drivers/dri/intel/intel_context.c +++ b/src/mesa/drivers/dri/intel/intel_context.c @@ -68,7 +68,7 @@ int INTEL_DEBUG = (0); #endif -#define DRIVER_DATE "20091221 2009Q4" +#define DRIVER_DATE "20091221 DEVELOPMENT" #define DRIVER_DATE_GEM "GEM " DRIVER_DATE |