From 6363ea080aa93cfe4e8fc18077efff81678ee2ae Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Thu, 11 Sep 2008 20:52:07 -0400 Subject: pts-core: Prepare for Phoronix Test Suite 1.4 "Orkdal" changes. --- EXPERIMENTAL-CHANGE-LOG | 3 +++ pts-core/functions/pts.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 EXPERIMENTAL-CHANGE-LOG diff --git a/EXPERIMENTAL-CHANGE-LOG b/EXPERIMENTAL-CHANGE-LOG new file mode 100644 index 0000000..01e3ed1 --- /dev/null +++ b/EXPERIMENTAL-CHANGE-LOG @@ -0,0 +1,3 @@ +PHORONIX TEST SUITE EXPERIMENTAL CHANGE-LOG + +Phoronix Test Suite diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php index 4a7b25d..393f2ea 100644 --- a/pts-core/functions/pts.php +++ b/pts-core/functions/pts.php @@ -21,8 +21,8 @@ along with this program. If not, see . */ -define("PTS_VERSION", "1.2.0"); -define("PTS_CODENAME", "MALVIK"); +define("PTS_VERSION", "1.4.0a0"); +define("PTS_CODENAME", "ORKDAL"); define("PTS_TYPE", "DESKTOP"); ?> -- cgit