diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-06-25 21:55:00 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-06-25 21:55:00 +0200 |
commit | d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f (patch) | |
tree | 6ed1780643d05db166f5582bfad2ef25c81417f4 /phpBB/install/convertors | |
parent | 35b7a4fae54ed92d5c6668c6ce4657340c92beee (diff) | |
download | forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.gz forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.bz2 forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.xz forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.zip |
[prep-release-3.2.1] Update version numbers for 3.2.1-RC1
Diffstat (limited to 'phpBB/install/convertors')
-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 73d4b6b1ff..aff9eef55b 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', + 'phpbb_version' => '3.2.1', 'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>', 'dbms' => $dbms, 'dbhost' => $dbhost, |