diff mbox

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

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

Commit Message

alexandros.frantzis@linaro.org Feb. 16, 2012, 1:56 p.m. UTC
------------------------------------------------------------
revno: 76
tags: 2012.02
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Thu 2012-02-16 14:19:54 +0200
message:
  Build,Doc: Update files for 2012.02 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	2011-12-14 17:58:10 +0000
+++ NEWS	2012-02-16 12:19:54 +0000
@@ -1,3 +1,9 @@ 
+glcompbench 2012.02 (20120216)
+==============================
+
+* Use utility classes provided by recent versions of libmatrix
+  instead of internal classes, and remove obsolete internal classes.
+
 glcompbench 2011.12 (20111215)
 ==============================
 

=== modified file 'doc/glcompbench.1.in'
--- doc/glcompbench.1.in	2011-12-14 17:58:10 +0000
+++ doc/glcompbench.1.in	2012-02-16 12:19:54 +0000
@@ -1,4 +1,4 @@ 
-.TH @APPNAME@ "1" "December 2011" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "February 2012" "@appname@ @appversion@"
 .SH NAME
 @appname@ \- OpenGL (ES) 2.0 compositing benchmark
 .SH SYNOPSIS

=== modified file 'wscript'
--- wscript	2011-12-14 17:58:10 +0000
+++ wscript	2012-02-16 12:19:54 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2011.12'
+VERSION = '2012.02'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):