diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-10-23 21:00:01 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-10-23 21:00:50 +0200 |
| commit | 95880a5f4999e85d7a5dda2bfd592ddc9c231774 (patch) | |
| tree | c53d1326b9c648375f1ff3a0a20a2f95aac2da0f /phpBB/install/schemas | |
| parent | 90a8e1dd1c8714f1e7da658a7401e782f6313fe4 (diff) | |
| download | forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar.gz forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar.bz2 forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar.xz forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.zip | |
[3.3.x] Update version numbers to 3.3.0-b2-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 8e1e2bdda8..df8b0ba4f2 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.3.0-b1'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.3.0-b2-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'); |
