aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-24 10:28:09 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-05 16:55:21 +0100
commit127c0c449315572f8859944815b4699f6303975c (patch)
tree4119ef5c7be5d067e4deb934a760ba45f1ea6f1f /phpBB/install/convertors
parent0b6b7fc486055c728a21227a406a3b9a1ac32d38 (diff)
downloadforums-127c0c449315572f8859944815b4699f6303975c.tar
forums-127c0c449315572f8859944815b4699f6303975c.tar.gz
forums-127c0c449315572f8859944815b4699f6303975c.tar.bz2
forums-127c0c449315572f8859944815b4699f6303975c.tar.xz
forums-127c0c449315572f8859944815b4699f6303975c.zip
[prep-release-3.1.0-a3] Update version to 3.1.0-a3
Diffstat (limited to 'phpBB/install/convertors')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index dd4ef13e49..c8de3d3b23 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -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-a2',
+ 'phpbb_version' => '3.1.0-a3',
'author' => '<a href="https://www.phpbb.com/">phpBB Group</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,