diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 90: Build, Doc: Update files for 2012.08 release.

Message ID 20120822184115.14675.40162.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Jesse Barker Aug. 22, 2012, 6:41 p.m. UTC
------------------------------------------------------------
revno: 90
tags: 2012.08
committer: Jesse Barker <jesse.barker@linaro.org>
branch nick: trunk
timestamp: Wed 2012-08-22 11:40:38 -0700
message:
  Build, Doc: Update files for 2012.08 release.
modified:
  NEWS
  doc/glcompbench.1.in
  wscript


--
lp:glcompbench
https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk

You are subscribed to branch lp:glcompbench.
To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'NEWS'
--- NEWS	2012-07-18 15:47:55 +0000
+++ NEWS	2012-08-22 18:40:38 +0000
@@ -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'
--- doc/glcompbench.1.in	2012-07-18 15:47:55 +0000
+++ doc/glcompbench.1.in	2012-08-22 18:40:38 +0000
@@ -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'
--- wscript	2012-07-18 15:47:55 +0000
+++ wscript	2012-08-22 18:40:38 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2012.07'
+VERSION = '2012.08'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):