aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-07 21:10:14 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-07 21:10:14 +0200
commit7137dc387abd129adbcb168424f73696aa13e74c (patch)
treef84660dd969eb50dab375f3512bbc1d6e44c5ad7 /phpBB/install/schemas
parent63bdd193e0da90dc12ff2b6523b255f832420d3b (diff)
downloadforums-7137dc387abd129adbcb168424f73696aa13e74c.tar
forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.gz
forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.bz2
forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.xz
forums-7137dc387abd129adbcb168424f73696aa13e74c.zip
[prep-release-3.1.0-RC5] Update version to 3.1.0-RC5
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 baabe90f2a..737d6871b7 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-RC5-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-RC5');
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');