summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-11 20:52:07 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-11 20:52:07 -0400
commit6363ea080aa93cfe4e8fc18077efff81678ee2ae (patch)
treea95ac3c3cdda7853950c791d4ed64d3e06e0c06b
parent70d51ec983ba902dceb7991626bb8020a7e66aeb (diff)
downloadphoronix-test-suite-upstream-6363ea080aa93cfe4e8fc18077efff81678ee2ae.tar.gz
phoronix-test-suite-upstream-6363ea080aa93cfe4e8fc18077efff81678ee2ae.tar.xz
phoronix-test-suite-upstream-6363ea080aa93cfe4e8fc18077efff81678ee2ae.zip
pts-core: Prepare for Phoronix Test Suite 1.4 "Orkdal" changes.
-rw-r--r--EXPERIMENTAL-CHANGE-LOG3
-rw-r--r--pts-core/functions/pts.php4
2 files changed, 5 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-define("PTS_VERSION", "1.2.0");
-define("PTS_CODENAME", "MALVIK");
+define("PTS_VERSION", "1.4.0a0");
+define("PTS_CODENAME", "ORKDAL");
define("PTS_TYPE", "DESKTOP");
?>