=== modified file 'NEWS'
@@ -1,3 +1,20 @@
+glcompbench 2011.06 (20110624)
+==============================
+
+* Improve benchmark versatility by allowing runtime-configurable,
+ per-test options.
+* Add command line option to list avalaible tests and their
+ supported options (-l,--list-tests).
+* Allow specifying the tests to run and their options from the
+ command line (-b,--benchmark).
+* Add command line option to call glFinish() instead of swapping
+ the front and back buffers (--no-swap-buffers).
+* Take advantage of GL_MESA_swap_control to disable VSync when
+ available.
+* Improve user documentation (--help and man page).
+* Refactor CompositeTest class hierarchy to make it easier to add
+ new tests.
+
glcompbench 11.04 (20110428)
============================
=== modified file 'wscript'
@@ -4,7 +4,7 @@
out = 'build'
top = '.'
-VERSION = '11.04'
+VERSION = '2011.06'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):