=== modified file 'NEWS'
@@ -1,3 +1,12 @@
+glmark2 11.05 (20110530)
+==========================
+
+* Don't use the SDL_OPENGL flag for GLESv2 (LP: #761848).
+* Ensure our screen updates are not synchronized with the vertical
+ retrace (LP: 761855).
+* Use the correct GL headers depending on the flavor (desktop vs ES2).
+* Query the correct GL object for shader linking status.
+
glmark2 11.01 (20110125)
==========================
=== modified file 'wscript'
@@ -7,7 +7,7 @@
out = 'build'
top = '.'
-VERSION = '11.01'
+VERSION = '11.05'
APPNAME = 'glmark2'
def options(opt):