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

[3.2.x] Update version numbers to 3.2.0-RC3-dev

This commit is contained in:
Marc Alexander
2016-12-10 00:32:41 +01:00
parent 886ec98dc7
commit cff3dbf00e
5 changed files with 7 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-RC2');
define('PHPBB_VERSION', '3.2.0-RC3-dev');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);