aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-12 10:15:42 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-12 10:15:42 +0200
commit3be239b8643ec5af0a2e03e88f7d419103fed900 (patch)
tree7d5e7754bf28bb921e5762abfc496d649d03c17d /phpBB/install
parentde819bea74b962f1c520282b06928ef49353648b (diff)
downloadforums-3be239b8643ec5af0a2e03e88f7d419103fed900.tar
forums-3be239b8643ec5af0a2e03e88f7d419103fed900.tar.gz
forums-3be239b8643ec5af0a2e03e88f7d419103fed900.tar.bz2
forums-3be239b8643ec5af0a2e03e88f7d419103fed900.tar.xz
forums-3be239b8643ec5af0a2e03e88f7d419103fed900.zip
[prep-release-3.1.0-RC3] Update phpBB Version for RC4 development
Diffstat (limited to 'phpBB/install')
-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 b21cacc37f..37e1c8de50 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-RC3');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-RC4-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');