16 lines
682 B
Diff
16 lines
682 B
Diff
|
Index: Mesa-7.11.1/src/mesa/main/es_generator.py
|
||
|
===================================================================
|
||
|
--- Mesa-7.11.1.orig/src/mesa/main/es_generator.py 2011-11-17 20:45:06.000000000 +0100
|
||
|
+++ Mesa-7.11.1/src/mesa/main/es_generator.py 2012-03-01 09:27:01.392009165 +0100
|
||
|
@@ -182,9 +182,8 @@ print """/* DO NOT EDIT ****************
|
||
|
* THIS FILE AUTOMATICALLY GENERATED BY THE %s SCRIPT
|
||
|
* API specification file: %s
|
||
|
* GLES version: %s
|
||
|
- * date: %s
|
||
|
*/
|
||
|
-""" % (program, functionList, version, time.strftime("%Y-%m-%d %H:%M:%S"))
|
||
|
+""" % (program, functionList, version)
|
||
|
|
||
|
# The headers we choose are version-specific.
|
||
|
print """
|