Skip to content

Commit

Permalink
Bumping version to 3.0.0-rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfn committed Feb 9, 2022
1 parent 5aaa5f4 commit d06c5a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
@@ -1,5 +1,5 @@

-= PivotX 3.0.0 RC =-
-= PivotX 3.0.0 Release Candidate 2 =-

This version of PivotX is compatible with PHP 7 and 8.
The minimum version is raised to PHP 7.3.
Expand Down
4 changes: 2 additions & 2 deletions pivotx/lib.php
Expand Up @@ -20,8 +20,8 @@

DEFINE('INPIVOTX', TRUE);

$version = "3.0.0";
$codename = "RC";
$version = "3.0.0-rc2";
$codename = "Back from the dead";
$svnrevision = '$Rev$';

$minrequiredphp = "7.3.0";
Expand Down

0 comments on commit d06c5a5

Please sign in to comment.