=== modified file 'NEWS'
@@ -1,3 +1,12 @@
+glcompbench 2012.07 (20120719)
+==============================
+
+* Add new 'scale' test that simulates the scaling effect of window managers
+ when raising a window from iconified state.
+* Updates to the 'fade' test to handle multiple invocations with different
+ durations (so the fade is always a function of the duration).
+* Bring libmatrix branch up to latest release (2012.05).
+
glcompbench 2012.04 (20120419)
==============================
=== modified file 'doc/glcompbench.1.in'
@@ -1,4 +1,4 @@
-.TH @APPNAME@ "1" "April 2012" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "July 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.04'
+VERSION = '2012.07'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):