Skip to content

Commit

Permalink
Bump version and increase rec. and req. PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod authored Jun 13, 2020
1 parent 7c6286d commit 953ac6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* -------------------------------------------------------------------------
*/

define('VERSION_INT', '2.3.31.0'); // the internal version number for updates & update check
define('VERSION_EXT', '2.3.31'); // the external version number to be shown in the footer
define('VERSION_INT', '2.3.32.0'); // the internal version number for updates & update check
define('VERSION_EXT', '2.3.32'); // the external version number to be shown in the footer
define('VERSION_WIP', false); // work in progress or stable?
define('VERSION_PHP_RQ', '5.6.0'); // required version of PHP
define('VERSION_PHP_REC', '7.2.0'); // recommended version of PHP
define('VERSION_PHP_RQ', '7.1.0'); // required version of PHP
define('VERSION_PHP_REC', '7.4.0'); // recommended version of PHP
define('REQ_PHP_MEMORY', '64M'); // required PHP Memory
define('REQ_PHP_MEMORY_REC','128M'); // required PHP Memory

Expand Down

0 comments on commit 953ac6f

Please sign in to comment.