aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-29 21:43:35 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-30 22:08:10 +0200
commit254b7739a8fd30dd30385c7f0c3e4825ce5c4aa7 (patch)
tree5aa70954e161b01f7b14deba4f2ca10cad353cc9 /phpBB/install
parentacb4d90371cfa2682e74e38c8e3bef087ace7600 (diff)
downloadforums-254b7739a8fd30dd30385c7f0c3e4825ce5c4aa7.tar
forums-254b7739a8fd30dd30385c7f0c3e4825ce5c4aa7.tar.gz
forums-254b7739a8fd30dd30385c7f0c3e4825ce5c4aa7.tar.bz2
forums-254b7739a8fd30dd30385c7f0c3e4825ce5c4aa7.tar.xz
forums-254b7739a8fd30dd30385c7f0c3e4825ce5c4aa7.zip
[prep-release-3.1.0-b2] Update version to 3.1.0-b2
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
-rw-r--r--phpBB/install/schemas/schema_data.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index e8c8a7431d..926f139da4 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -33,7 +33,7 @@ $dbms = phpbb_convert_30_dbms_to_31($dbms);
$convertor_data = array(
'forum_name' => 'phpBB 2.0.x',
'version' => '1.0.3',
- 'phpbb_version' => '3.1.0-b1',
+ 'phpbb_version' => '3.1.0-b2',
'author' => '<a href="https://www.phpbb.com/">phpBB Group</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 885093f1ed..c781f59945 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -269,7 +269,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('tpl_allow_php', '0
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_system_cron', '0');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-b2-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-b2');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400');