aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-01-07 18:43:45 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-07 18:43:45 +0100
commit7e2136587a4d5f2f011189aca6f94ee6a780eaf1 (patch)
tree763217246e4df1f69d6612c0ed1397bc05fbec74 /phpBB/install/schemas
parent182a96f2738316adcb292816a9ac8af0e0cb5866 (diff)
parent77b275181aeddf43e1077d06abce11a9722bb85a (diff)
downloadforums-7e2136587a4d5f2f011189aca6f94ee6a780eaf1.tar
forums-7e2136587a4d5f2f011189aca6f94ee6a780eaf1.tar.gz
forums-7e2136587a4d5f2f011189aca6f94ee6a780eaf1.tar.bz2
forums-7e2136587a4d5f2f011189aca6f94ee6a780eaf1.tar.xz
forums-7e2136587a4d5f2f011189aca6f94ee6a780eaf1.zip
Merge branch 'prep-release-3.2.2' into 3.2.x
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 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');