aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-01 19:20:55 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-12-01 19:20:55 +0100
commit73fd2f357323bc3690ce15be23a54ef1896f87fa (patch)
tree6725357510b6d64ee0cfe31dc799782037c15d9e /phpBB/install
parentMerge branch 'prep-release-3.2.5' into 3.2.x (diff)
downloadphpbb-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.gz
phpbb-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.bz2
phpbb-73fd2f357323bc3690ce15be23a54ef1896f87fa.zip
[3.2.x] Update versions to 3.2.6-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 c6fa38919b..2a032bb991 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.5-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.6-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');