aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
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/schemas/schema_data.sql
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/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
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');