Skip to content

Commit

Permalink
Prep for 10.4 M1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Mar 17, 2021
1 parent b18bd6c commit 43b9160
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
@@ -1,6 +1,7 @@
PHORONIX TEST SUITE CHANGE-LOG

Phoronix Test Suite (Git)
Phoronix Test Suite 10.4.0 Milestone 1
17 March 2021

pts-core: Optimize out sorting percentile values array excess times
pts-core: Optimization to avoid re-parsing test profile definition multiple times
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Phoronix Test Suite 10.2.2
# Phoronix Test Suite 10.4.0m1
https://www.phoronix-test-suite.com/

The **Phoronix Test Suite** is the most comprehensive testing and benchmarking
Expand Down
2 changes: 1 addition & 1 deletion documentation/man-pages/phoronix-test-suite.1
@@ -1,4 +1,4 @@
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "10.2.2"
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "10.4.0m1"
.SH NAME
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
.SH SYNOPSIS
Expand Down
8 changes: 4 additions & 4 deletions pts-core/pts-core.php
Expand Up @@ -301,10 +301,10 @@ function pts_version_codenames()
);
}

pts_define('PTS_VERSION', '10.2.2');
pts_define('PTS_CORE_VERSION', 10220);
pts_define('PTS_RELEASE_DATE', '20210217');
pts_define('PTS_CODENAME', 'Harstad');
pts_define('PTS_VERSION', '10.4.0m1');
pts_define('PTS_CORE_VERSION', 10310);
pts_define('PTS_RELEASE_DATE', '20210317');
pts_define('PTS_CODENAME', 'Ibestad');

pts_define('PTS_IS_CLIENT', (defined('PTS_MODE') && strstr(PTS_MODE, 'CLIENT') !== false));
pts_define('PTS_IS_WEB_CLIENT', (defined('PTS_MODE') && PTS_MODE == 'WEB_CLIENT'));
Expand Down

0 comments on commit 43b9160

Please sign in to comment.