1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[prep-release-3.2.0] Update version numbers and add 3.2.0 migration

This commit is contained in:
Marc Alexander
2017-01-07 11:48:15 +01:00
parent 44f130808f
commit da8ec61ab2
7 changed files with 47 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ if (php_sapi_name() !== 'cli')
define('IN_PHPBB', true);
define('IN_INSTALL', true);
define('PHPBB_ENVIRONMENT', 'production');
define('PHPBB_VERSION', '3.2.0-RC3-dev');
define('PHPBB_VERSION', '3.2.0');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);