summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-07 11:34:50 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-07 11:34:50 -0400
commit820b8527b81a8417698106134faafa3fd6eee470 (patch)
treec38cc162d78c0889bc78693dbdd2eb8356476879 /pts-core/functions/pts.php
parent2f32fa07995891772afefd55da0df5d5357e5ff1 (diff)
downloadphoronix-test-suite-upstream-820b8527b81a8417698106134faafa3fd6eee470.tar.gz
phoronix-test-suite-upstream-820b8527b81a8417698106134faafa3fd6eee470.tar.xz
phoronix-test-suite-upstream-820b8527b81a8417698106134faafa3fd6eee470.zip
Define version and codename inside pts-core/functions/pts.php instead of
pts-core/functions/pts-functions.php
Diffstat (limited to 'pts-core/functions/pts.php')
-rw-r--r--pts-core/functions/pts.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
new file mode 100644
index 0000000..2225533
--- /dev/null
+++ b/pts-core/functions/pts.php
@@ -0,0 +1,7 @@
+<?php
+
+define("PTS_VERSION", "0.5.1");
+define("PTS_CODENAME", "TRONDHEIM");
+define("PTS_TYPE", "DESKTOP");
+
+?>