summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG3
-rw-r--r--pts-core/functions/pts.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index aff25a7..3d23219 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 1
+December 18, 2008
- pts-core: Add result-file-to-suite option that will convert the relevant parts of a saved results file into a suite
- pts-core: Verify Attributes tag matches (instead of just the Arguments tag) when merging results
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index 57a0660..0ca7cdd 100644
--- a/pts-core/functions/pts.php
+++ b/pts-core/functions/pts.php
@@ -21,7 +21,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-define("PTS_VERSION", "1.6.0a3");
+define("PTS_VERSION", "1.6.0b1");
define("PTS_CODENAME", "TYDAL");
define("PTS_TYPE", "DESKTOP");