aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-07 17:19:35 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-07 17:19:35 +0100
commit385feb0a5d21676786884aab0956976505efdf2a (patch)
treec47b7193be0ea4b6474bc46c5024076195bd6d39 /phpBB/install
parent9e1ef9fad3b0e02ed753100943293a6ea79f67dd (diff)
downloadforums-385feb0a5d21676786884aab0956976505efdf2a.tar
forums-385feb0a5d21676786884aab0956976505efdf2a.tar.gz
forums-385feb0a5d21676786884aab0956976505efdf2a.tar.bz2
forums-385feb0a5d21676786884aab0956976505efdf2a.tar.xz
forums-385feb0a5d21676786884aab0956976505efdf2a.zip
[3.2.x] Update development version to 3.2.1-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 5a9e012701..998cf17c3d 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -278,7 +278,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.0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.1-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');