=== modified file 'NEWS'
@@ -1,3 +1,15 @@
+glmark2 2011.07 (20110719)
+==========================
+
+* Replace SDL with custom window handling code.
+* Add benchmark for shader conditionals.
+* Add benchmark for shader function calls.
+* Add benchmark for shader loops.
+* Add benchmark for real phong (vs blinn-phong) lighting model.
+* Add benchmark for normal mapping.
+* Refactor Mesh class to increase flexibility in vertex attribute
+ handling.
+
glmark2 2011.06 (20110624)
==========================
=== modified file 'wscript'
@@ -7,7 +7,7 @@
out = 'build'
top = '.'
-VERSION = '2011.06'
+VERSION = '2011.07'
APPNAME = 'glmark2'
def options(opt):