aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-01-07 10:48:43 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-07 10:48:43 +0100
commit3ae016954212e90032a10d1427c34a4ff9d9637c (patch)
tree984936f6d9c93958cac2dd4b83103eaf4cdf0907 /phpBB/install/schemas/schema_data.sql
parent2a939fa779059b2eedc5eaf33706b4a1627ed30e (diff)
parent0c3f7c6c8e352a73dacc1ff21a2b39a556ea6deb (diff)
downloadforums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar.gz
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar.bz2
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.tar.xz
forums-3ae016954212e90032a10d1427c34a4ff9d9637c.zip
Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into prep-release-3.2.2
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 1f92439c70..6075b8d589 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -279,7 +279,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.2.3-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.2');
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');