diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-01 19:20:55 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-12-01 19:20:55 +0100 |
commit | 73fd2f357323bc3690ce15be23a54ef1896f87fa (patch) | |
tree | 6725357510b6d64ee0cfe31dc799782037c15d9e /phpBB/install/schemas | |
parent | 0a14d7aff3328d8fb060fcde72aad6e99e33487e (diff) | |
download | forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.gz forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.bz2 forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.xz forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.zip |
[3.2.x] Update versions to 3.2.6-dev
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
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'); |