=== modified file 'INSTALL'
@@ -2,7 +2,7 @@
To configure glmark2 use:
-$ ./waf configure [--gl --glesv2 --data-path=DATA_PATH --prefix=PREFIX]
+$ ./waf configure [--enable-gl --enable-glesv2 --data-path=DATA_PATH --prefix=PREFIX]
To build use:
=== modified file 'NEWS'
@@ -1,3 +1,12 @@
+glmark2 11.01 (20110125)
+==========================
+
+* Fix visual corruption in glmark2-es2 due to missing depth buffer.
+* Fix linking issues with gcc 4.5.
+* Use correct GL functions to manipulate shaders vs programs.
+* Make result reporting more parser-friendly.
+* Upgrade build system to waf 1.6.2.
+
glmark2 10.07.1 (20100728)
==========================
=== modified file 'wscript'
@@ -7,7 +7,7 @@
out = 'build'
top = '.'
-VERSION = '10.07.1'
+VERSION = '11.01'
APPNAME = 'glmark2'
def options(opt):