aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-17 21:44:17 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-17 21:44:17 +0200
commit9c15594fe498a8a1640bb89aa0c93800918a9798 (patch)
tree53fdf3d97789db267f7c23c4bef4d3c4d9f11767 /phpBB/install/schemas/schema_data.sql
parent5080c3e0888092b6408defd256f36c4c2fa27ba4 (diff)
downloadforums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar
forums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar.gz
forums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar.bz2
forums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar.xz
forums-9c15594fe498a8a1640bb89aa0c93800918a9798.zip
[3.2.x] Update version numbers to 3.2.9-dev
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 f1783f4a0f..d614579f3d 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.8-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.9-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');