diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-08-31 10:45:32 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-08-31 10:45:32 -0400 |
commit | 28582078dc853dc9c381c33ebea74ba06026bdbd (patch) | |
tree | f55ff1edd2c0b8afc4de80a352b189da586d1020 /pts-core/functions | |
parent | 5652b2a95d7067dca4b5ad3f630bcd1bdfe1b3cd (diff) | |
download | phoronix-test-suite-upstream-28582078dc853dc9c381c33ebea74ba06026bdbd.tar.gz phoronix-test-suite-upstream-28582078dc853dc9c381c33ebea74ba06026bdbd.tar.xz phoronix-test-suite-upstream-28582078dc853dc9c381c33ebea74ba06026bdbd.zip |
pts-core: Tag Phoronix Test Suite 1.2.0 "Malvik" to be released on
Wednesday.
Diffstat (limited to 'pts-core/functions')
-rw-r--r-- | pts-core/functions/pts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php index c9abef3..4a7b25d 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.2.0b3"); +define("PTS_VERSION", "1.2.0"); define("PTS_CODENAME", "MALVIK"); define("PTS_TYPE", "DESKTOP"); |