aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-24 22:24:08 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-24 22:25:41 +0100
commit294f926bfccc6be8a7098923b4c55ebab66e83e3 (patch)
treef6157172deda697a790da27143ddb424e94cc99f /phpBB/install/convertors
parent68996e527eddba545a045b4d1142f73942862b45 (diff)
downloadforums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar.gz
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar.bz2
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar.xz
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.zip
[ticket/14495] Updates the version to 3.3.0-a1-dev
PHPBB3-14495
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 414d23623a..d0885dc620 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -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-b1',
+ 'phpbb_version' => '3.3.0-a1-dev',
'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,