summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2009-01-02 13:08:00 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2009-01-02 13:08:00 -0500
commitbad5fc4e6666180e9ed182ff46aa09f94b23b11d (patch)
treec6329bab88943d5acbd95fbe6a28240737d8b964
parentbb5fbf71059d706909ee1ef9036c38f51019e074 (diff)
downloadphoronix-test-suite-upstream-bad5fc4e6666180e9ed182ff46aa09f94b23b11d.tar.gz
phoronix-test-suite-upstream-bad5fc4e6666180e9ed182ff46aa09f94b23b11d.tar.xz
phoronix-test-suite-upstream-bad5fc4e6666180e9ed182ff46aa09f94b23b11d.zip
Tag Phoronix Test Suite 1.6.0 "Tydal" Beta 2
-rw-r--r--CHANGE-LOG3
-rw-r--r--pts-core/functions/pts.php6
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 597bd9d..4221263 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -1,6 +1,7 @@
PHORONIX TEST SUITE CHANGE-LOG
-Phoronix Test Suite (Git)
+Phoronix Test Suite 1.6.0 Beta 2
+January 2, 2009
- pts-core: Improve size detection of low-capacity hard disks
- pts-core: Improve lspci support for distributions using /sbin/lspci (such as OpenSuSE)
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index 0ca7cdd..0a67bae 100644
--- a/pts-core/functions/pts.php
+++ b/pts-core/functions/pts.php
@@ -3,8 +3,8 @@
/*
Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
- Copyright (C) 2008, Phoronix Media
- Copyright (C) 2008, Michael Larabel
+ Copyright (C) 2008 - 2009, Phoronix Media
+ Copyright (C) 2008 - 2009, Michael Larabel
pts.php: Version information for the Phoronix Test Suite.
This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-define("PTS_VERSION", "1.6.0b1");
+define("PTS_VERSION", "1.6.0b2");
define("PTS_CODENAME", "TYDAL");
define("PTS_TYPE", "DESKTOP");