aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-06-11 20:57:26 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-06-11 20:57:26 +0200
commit4276962e788a0e4b111696a5d8bd69d0e2ad7df8 (patch)
tree1c6952db57b253d5269e91992ed047233840c413 /phpBB/install
parent69eb563e1821d8c27f5beae2adc0abeed61ffec2 (diff)
downloadforums-4276962e788a0e4b111696a5d8bd69d0e2ad7df8.tar
forums-4276962e788a0e4b111696a5d8bd69d0e2ad7df8.tar.gz
forums-4276962e788a0e4b111696a5d8bd69d0e2ad7df8.tar.bz2
forums-4276962e788a0e4b111696a5d8bd69d0e2ad7df8.tar.xz
forums-4276962e788a0e4b111696a5d8bd69d0e2ad7df8.zip
[3.1.x] Increase dev version to 3.1.6-dev
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 972ee579db..bc5df123f7 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.5-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.6-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');