diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2016-04-09 19:48:35 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2016-04-09 19:48:35 +0200 |
| commit | c4ef83e4d27320df74956ace54ab1b57785a21bf (patch) | |
| tree | 77ac640e5729c1e36b636d84d3a2976b77ccb826 /phpBB/install/convertors/convert_phpbb20.php | |
| parent | 2ae17d6caf1650f76b585290d476bce4fe08a6fe (diff) | |
| parent | e7043dc04452ccebf06e80cb8a7cf38b2ff44ce0 (diff) | |
| download | forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar.gz forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar.bz2 forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar.xz forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.zip | |
Merge branch 'prep-release-3.1.9' into 3.1.x
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 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, |
