diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-04-09 20:26:12 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-04-09 20:26:12 +0200 |
commit | 313a224c688fa1e2575b22092384458ae23d5147 (patch) | |
tree | 2aa238d4a9ac695cde78883e54ba13107901098c /phpBB/install/convertors | |
parent | 17620bba46138ec48a6748a4147986b1d21a48fd (diff) | |
download | forums-313a224c688fa1e2575b22092384458ae23d5147.tar forums-313a224c688fa1e2575b22092384458ae23d5147.tar.gz forums-313a224c688fa1e2575b22092384458ae23d5147.tar.bz2 forums-313a224c688fa1e2575b22092384458ae23d5147.tar.xz forums-313a224c688fa1e2575b22092384458ae23d5147.zip |
Update version to 3.1.4-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 511f850679..990b3136fd 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.3', + 'phpbb_version' => '3.1.4', 'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>', 'dbms' => $dbms, 'dbhost' => $dbhost, |