=== modified file 'NEWS'
@@ -1,3 +1,8 @@
+glcompbench 2011.08 (20110818)
+==============================
+
+* Add xrender based compositing test.
+
glcompbench 2011.07 (20110719)
==============================
=== modified file 'doc/gl-composite-benchmark.1.in'
@@ -1,4 +1,4 @@
-.TH GL-COMPOSITE-BENCHMARK "1" "June 2011" "gl-composite-benchmark @appversion@"
+.TH GL-COMPOSITE-BENCHMARK "1" "August 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" "June 2011" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "August 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.07'
+VERSION = '2011.08'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):