1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/16052] Update version numbers to 3.3

PHPBB3-16052
This commit is contained in:
Marc Alexander
2019-05-11 17:30:43 +02:00
parent 3f33d89572
commit 89ae1c3221
23 changed files with 75 additions and 75 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.7');
define('PHPBB_VERSION', '3.3.0-b1');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);