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

[prep-release-3.1.1] Update version number to 3.1.1

This commit is contained in:
Nils Adermann
2014-11-01 18:47:56 +01:00
parent 197fed16bd
commit 3f3c8d74e8
6 changed files with 10 additions and 10 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.1.0',
'phpbb_version' => '3.1.1',
'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,