Module: Mesa Branch: gallium-mesa-7.4 Commit: b2dfc29a824764e9dc4cc6a506fcf11f32bd572f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2dfc29a824764e9dc4cc6a506fcf11f32bd572f
Author: Brian Paul <[email protected]> Date: Sat Apr 18 10:51:41 2009 -0600 intel: update driver date, remove RC3 designation --- 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 e91abd7..ddcd264 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 * _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
