1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[release-3.2.0-b1] Update version to 3.2.0-b2-dev

This commit is contained in:
Tristan Darricau
2016-02-05 17:12:39 +01:00
parent 123422d1ef
commit dab282e664
4 changed files with 6 additions and 6 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-b1');
define('PHPBB_VERSION', '3.2.0-b2-dev');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);