aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-10-01 16:38:35 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-10-02 21:06:56 +0100
commitcb226f83be87bf3d3695c53f1c48b71795cceff4 (patch)
treee2d9e1a36933abca276caee9ff4b5aad8f8b6c92 /phpBB/install/schemas/schema_data.sql
parentcd4190a72d48ec1c8faed96fb73408c8a8f1f302 (diff)
downloadforums-cb226f83be87bf3d3695c53f1c48b71795cceff4.tar
forums-cb226f83be87bf3d3695c53f1c48b71795cceff4.tar.gz
forums-cb226f83be87bf3d3695c53f1c48b71795cceff4.tar.bz2
forums-cb226f83be87bf3d3695c53f1c48b71795cceff4.tar.xz
forums-cb226f83be87bf3d3695c53f1c48b71795cceff4.zip
[prep-release-3.1.10] Update version numbers for 3.1.10
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-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 e13b23e4c4..3449829d8c 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.11-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.10');
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');