diff mbox

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

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

Commit Message

alexandros.frantzis@linaro.org Oct. 18, 2011, 2:50 p.m. UTC
------------------------------------------------------------
revno: 64
tags: 2011.10
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Mon 2011-10-17 17:15:32 +0300
message:
  Build,Doc: Update files for 2011.10 release.
modified:
  NEWS
  doc/gl-composite-benchmark.1.in
  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	2011-09-22 13:02:30 +0000
+++ NEWS	2011-10-17 14:15:32 +0000
@@ -1,3 +1,8 @@ 
+glcompbench 2011.10 (20111018)
+==============================
+
+* New 'fade' benchmark.
+
 glcompbench 2011.09 (20110922)
 ==============================
 

=== modified file 'doc/gl-composite-benchmark.1.in'
--- doc/gl-composite-benchmark.1.in	2011-09-22 13:02:30 +0000
+++ doc/gl-composite-benchmark.1.in	2011-10-17 14:15:32 +0000
@@ -1,4 +1,4 @@ 
-.TH GL-COMPOSITE-BENCHMARK "1" "September 2011" "gl-composite-benchmark @appversion@"
+.TH GL-COMPOSITE-BENCHMARK "1" "October 2011" "gl-composite-benchmark @appversion@"
 .SH NAME
 .SH SYNOPSIS
 .B gl-composite-benchmark [OPTIONS] [-- [GLCOMPBENCH_OPTIONS]]

=== modified file 'doc/glcompbench.1.in'
--- doc/glcompbench.1.in	2011-09-22 13:02:30 +0000
+++ doc/glcompbench.1.in	2011-10-17 14:15:32 +0000
@@ -1,4 +1,4 @@ 
-.TH @APPNAME@ "1" "September 2011" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "October 2011" "@appname@ @appversion@"
 .SH NAME
 @appname@ \- OpenGL (ES) 2.0 compositing benchmark
 .SH SYNOPSIS

=== modified file 'wscript'
--- wscript	2011-09-22 13:02:30 +0000
+++ wscript	2011-10-17 14:15:32 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2011.09'
+VERSION = '2011.10'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):