aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-31 16:36:16 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-31 16:36:16 +0100
commit92350db572f3814630f5bb6e609d503ffd2c4bd5 (patch)
treef997c5e3304465dcfb1fdb6391fb43e693a7cd50 /phpBB/install/schemas
parenta2daf30415b7e67439f3d41bd843a133b400b03f (diff)
downloadforums-92350db572f3814630f5bb6e609d503ffd2c4bd5.tar
forums-92350db572f3814630f5bb6e609d503ffd2c4bd5.tar.gz
forums-92350db572f3814630f5bb6e609d503ffd2c4bd5.tar.bz2
forums-92350db572f3814630f5bb6e609d503ffd2c4bd5.tar.xz
forums-92350db572f3814630f5bb6e609d503ffd2c4bd5.zip
[prep-release-3.1.12] Update version numbers to 3.1.12
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 cb0b06eb46..1928eca89a 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.12-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.12');
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');