From: Ian Romanick Date: Tue, 22 Dec 2009 02:46:17 +0000 (-0800) Subject: intel: Replace release info in DRIVER_DATE with "DEVELOPMENT" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71678a7ede11062b62e8786daf4ba451f5e4fe87;p=mesa.git intel: Replace release info in DRIVER_DATE with "DEVELOPMENT" --- 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