=== modified file 'NEWS'
@@ -1,3 +1,11 @@
+glcompbench 2011.09 (20110922)
+==============================
+
+* Improve handling of canvas initialization errors.
+* Update brick benchmark shaders to avoid conditionals and extra
+ function calls.
+* Update to reflect the latest version of libmatrix.
+
glcompbench 2011.08 (20110818)
==============================
=== modified file 'doc/gl-composite-benchmark.1.in'
@@ -1,4 +1,4 @@
-.TH GL-COMPOSITE-BENCHMARK "1" "August 2011" "gl-composite-benchmark @appversion@"
+.TH GL-COMPOSITE-BENCHMARK "1" "September 2011" "gl-composite-benchmark @appversion@"
.SH NAME
.SH SYNOPSIS
.B gl-composite-benchmark [OPTIONS] [-- [GLCOMPBENCH_OPTIONS]]
=== modified file 'doc/glcompbench.1.in'
@@ -1,4 +1,4 @@
-.TH @APPNAME@ "1" "August 2011" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "September 2011" "@appname@ @appversion@"
.SH NAME
@appname@ \- OpenGL (ES) 2.0 compositing benchmark
.SH SYNOPSIS
=== modified file 'wscript'
@@ -4,7 +4,7 @@
out = 'build'
top = '.'
-VERSION = '2011.08'
+VERSION = '2011.09'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):