aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors/convert_phpbb20.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2016-04-09 08:09:08 +0200
committerJoas Schilling <nickvergessen@gmx.de>2016-04-09 08:09:08 +0200
commit15e22af266ab66acbb4c22d0877139f7dda6afd5 (patch)
tree27dde07411ce2e7143f69afc3e8c8bd9fb7e1c88 /phpBB/install/convertors/convert_phpbb20.php
parent2ae17d6caf1650f76b585290d476bce4fe08a6fe (diff)
downloadforums-15e22af266ab66acbb4c22d0877139f7dda6afd5.tar
forums-15e22af266ab66acbb4c22d0877139f7dda6afd5.tar.gz
forums-15e22af266ab66acbb4c22d0877139f7dda6afd5.tar.bz2
forums-15e22af266ab66acbb4c22d0877139f7dda6afd5.tar.xz
forums-15e22af266ab66acbb4c22d0877139f7dda6afd5.zip
[prep-release-3.1.9] Update version to 3.1.9-RC1
Diffstat (limited to 'phpBB/install/convertors/convert_phpbb20.php')
-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 b670678cf3..838ce1a682 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.8',
+ 'phpbb_version' => '3.1.9',
'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,