diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-12-12 01:31:31 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-12-12 01:31:31 +0100 |
| commit | d2acccf92ccbb0d37eaa4f1158417e548a3ac575 (patch) | |
| tree | cbfb3f1becf7f3bf1ffd245ffdc6dc9c718ff085 /phpBB/install/convertors/convert_phpbb20.php | |
| parent | 901785bc5ee46634fcbbb839b95932f13c80253a (diff) | |
| download | forums-d2acccf92ccbb0d37eaa4f1158417e548a3ac575.tar forums-d2acccf92ccbb0d37eaa4f1158417e548a3ac575.tar.gz forums-d2acccf92ccbb0d37eaa4f1158417e548a3ac575.tar.bz2 forums-d2acccf92ccbb0d37eaa4f1158417e548a3ac575.tar.xz forums-d2acccf92ccbb0d37eaa4f1158417e548a3ac575.zip | |
[prep-release-3.1.7] Update version to 3.1.7-RC1
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 3a5e58cabd..56bc23c32d 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.6', + 'phpbb_version' => '3.1.7', 'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>', 'dbms' => $dbms, 'dbhost' => $dbhost, |
