=== modified file 'NEWS'
@@ -1,3 +1,11 @@
+glcompbench 2011.07 (20110719)
+==============================
+
+* Add pixman based compositing tests.
+* Refactor code to support tests that need a non-GL compositing environment.
+* Rename shader source files to *.vert, *.frag.
+* Fixes to GLX TFP support to allow running with nvidia drivers.
+
glcompbench 2011.06-1 (20110628)
================================
=== modified file 'wscript'
@@ -4,7 +4,7 @@
out = 'build'
top = '.'
-VERSION = '2011.06-1'
+VERSION = '2011.07'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):