Mesa (master): intel: Replace release info in DRIVER_DATE with "DEVELOPMENT "

Ian Romanick idr at kemper.freedesktop.org
Tue Dec 22 02:50:53 UTC 2009


Module: Mesa
Branch: master
Commit: 71678a7ede11062b62e8786daf4ba451f5e4fe87
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=71678a7ede11062b62e8786daf4ba451f5e4fe87

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Dec 21 18:46:17 2009 -0800

intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"

---

 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 fb61ba6..c616d32 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
 
 




More information about the mesa-commit mailing list