diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-07 17:33:13 +0100 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-07 17:36:16 +0100 |
| commit | 9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c (patch) | |
| tree | 469b23cfbcc6787e2b6f9ca5520ebeffb6bce425 /phpBB/install | |
| parent | c00e45d30ef43e9dbdd2c90c27e1901e6d02b206 (diff) | |
| download | forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar.gz forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar.bz2 forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar.xz forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.zip | |
[release-3.2.0-b2] Update versions to 3.2.0-3-dev
Diffstat (limited to 'phpBB/install')
| -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 ede31e53e6..9791174e0f 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -276,7 +276,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-b2-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.0-b3-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'); |
