aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-08-23 18:24:12 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-08-23 18:24:12 +0200
commit335452b1c162b74905b8459feb2f4d4ec9e31444 (patch)
tree1d1620151991bcff9f55e6a3baba3c447aeb8774 /phpBB/install
parent4be255ef9f79930f2cfdc5aaae75a24b794750a2 (diff)
downloadforums-335452b1c162b74905b8459feb2f4d4ec9e31444.tar
forums-335452b1c162b74905b8459feb2f4d4ec9e31444.tar.gz
forums-335452b1c162b74905b8459feb2f4d4ec9e31444.tar.bz2
forums-335452b1c162b74905b8459feb2f4d4ec9e31444.tar.xz
forums-335452b1c162b74905b8459feb2f4d4ec9e31444.zip
[3.1.x] Update version to 3.1.7-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 8a56b87f2d..9af2bc13f7 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-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.7-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');