1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[develop] Update version to 3.1.0-a2-dev

This commit is contained in:
Joas Schilling
2013-10-15 22:46:02 +02:00
parent 437d38bc05
commit 3bb93ab2d3
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ $dbms = phpbb_convert_30_dbms_to_31($dbms);
$convertor_data = array(
'forum_name' => 'phpBB 2.0.x',
'version' => '1.0.3',
'phpbb_version' => '3.1.0-a1',
'phpbb_version' => '3.1.0-a2-dev',
'author' => '<a href="https://www.phpbb.com/">phpBB Group</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,