aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-23 02:44:45 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-23 02:44:45 +0200
commit08f365236acb48f9017b6e978a9b9c50ab5ed960 (patch)
treef35e7ec45473df00f91b8b85e262704c30f1683d /phpBB/install/schemas/schema_data.sql
parente4c8e4905c327b73252667f09500b3248c55e86c (diff)
parent7a90184421a5c70f657a7497abade036054ee5dd (diff)
downloadforums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar
forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar.gz
forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar.bz2
forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.tar.xz
forums-08f365236acb48f9017b6e978a9b9c50ab5ed960.zip
Merge branch 'prep-release-3.1.0-RC6' into develop-ascraeus
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 adbd5a540e..f40b1a4d44 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -273,7 +273,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-RC6-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-RC7-dev');
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');