aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-08-23 16:50:43 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-08-23 16:50:43 +0200
commit819eca99a8a354758d044b0a9e96ef657de833c3 (patch)
tree5f977915d40d098620affe97a534acb325a52348 /phpBB/install/convertors
parenta7272fec9767ff6ce0b9f560c57afb0965d17c25 (diff)
downloadforums-819eca99a8a354758d044b0a9e96ef657de833c3.tar
forums-819eca99a8a354758d044b0a9e96ef657de833c3.tar.gz
forums-819eca99a8a354758d044b0a9e96ef657de833c3.tar.bz2
forums-819eca99a8a354758d044b0a9e96ef657de833c3.tar.xz
forums-819eca99a8a354758d044b0a9e96ef657de833c3.zip
[prep-release-3.1.6] Update version to 3.1.6-RC1
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 7edbd08e03..3a5e58cabd 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.1.5',
+ 'phpbb_version' => '3.1.6',
'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,