aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-08-23 18:22:33 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-08-23 18:22:33 +0200
commit4be255ef9f79930f2cfdc5aaae75a24b794750a2 (patch)
tree928f6ba32f8960b70b90ab37e1a26286b11ea004 /phpBB/install/schemas
parenta7272fec9767ff6ce0b9f560c57afb0965d17c25 (diff)
parent5be06ec66ac16def5d2ab53df4a0420d60624675 (diff)
downloadforums-4be255ef9f79930f2cfdc5aaae75a24b794750a2.tar
forums-4be255ef9f79930f2cfdc5aaae75a24b794750a2.tar.gz
forums-4be255ef9f79930f2cfdc5aaae75a24b794750a2.tar.bz2
forums-4be255ef9f79930f2cfdc5aaae75a24b794750a2.tar.xz
forums-4be255ef9f79930f2cfdc5aaae75a24b794750a2.zip
Merge branch 'prep-release-3.1.6' into 3.1.x
Diffstat (limited to 'phpBB/install/schemas')
-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 bc5df123f7..8a56b87f2d 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.6-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.6-RC1');
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');