Skip to content

Commit 953ac6f

Browse files
authored
Bump version and increase rec. and req. PHP version
1 parent 7c6286d commit 953ac6f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

core/constants.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
* -------------------------------------------------------------------------
3030
*/
3131

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

0 commit comments

Comments
 (0)