diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-10-23 02:44:45 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-10-23 02:44:45 +0200 |
commit | 08f365236acb48f9017b6e978a9b9c50ab5ed960 (patch) | |
tree | f35e7ec45473df00f91b8b85e262704c30f1683d /phpBB/install/convertors/convert_phpbb20.php | |
parent | e4c8e4905c327b73252667f09500b3248c55e86c (diff) | |
parent | 7a90184421a5c70f657a7497abade036054ee5dd (diff) | |
download | forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar.gz forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar.bz2 forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar.xz forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.zip |
Merge branch 'prep-release-3.1.0-RC6' into develop-ascraeus
Diffstat (limited to 'phpBB/install/convertors/convert_phpbb20.php')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index cab3fd7f1f..983c11cc98 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.0-RC5', + 'phpbb_version' => '3.1.0-RC6', 'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>', 'dbms' => $dbms, 'dbhost' => $dbhost, |