=== modified file 'NEWS'
@@ -1,3 +1,13 @@
+glmark2 2011.09 (20110921)
+==========================
+
+* Add benchmark for blur desktop effect.
+* Add support for multiple lights in the phong shading benchmark.
+* Add support for loading models from OBJ geometry files.
+* Add Stanford Bunny model and make it available in the build benchmark.
+* Add per-scene options to set shader precision at runtime.
+* Add command-line option to specify the benchmarks to run using a text file.
+
glmark2 2011.08 (20110818)
==========================
=== modified file 'wscript'
@@ -8,7 +8,7 @@
out = 'build'
top = '.'
-VERSION = '2011.08'
+VERSION = '2011.09'
APPNAME = 'glmark2'
def options(opt):