1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-05 12:13:23 +02:00

[prep-release-4.0.0] Update version numbers to 4.0.0

This commit is contained in:
Marc Alexander
2025-09-25 11:40:00 +02:00
parent 4d82d5d44b
commit b3877642ac

View File

@@ -40,7 +40,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' => '4.0.0-a1-dev',
'phpbb_version' => '4.0.0',
'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,