=== modified file 'NEWS'
@@ -1,3 +1,8 @@
+glcompbench 2012.08 (20120823)
+==============================
+
+* Update libmatrix branch to latest release (2012.08).
+
glcompbench 2012.07 (20120719)
==============================
=== modified file 'doc/glcompbench.1.in'
@@ -1,4 +1,4 @@
-.TH @APPNAME@ "1" "July 2012" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "August 2012" "@appname@ @appversion@"
.SH NAME
@appname@ \- OpenGL (ES) 2.0 compositing benchmark
.SH SYNOPSIS
=== modified file 'wscript'
@@ -4,7 +4,7 @@
out = 'build'
top = '.'
-VERSION = '2012.07'
+VERSION = '2012.08'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):