1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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

@@ -38,7 +38,7 @@ $dbms = $phpbb_config_php_file->convert_30_dbms_to_31($dbms);
$convertor_data = array(
'forum_name' => 'phpBB 2.0.x',
'version' => '1.0.3',
'phpbb_version' => '3.2.0-RC3-dev',
'phpbb_version' => '3.2.0',
'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,