diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 14:58:01 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 14:58:01 +0100 |
| commit | ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251 (patch) | |
| tree | 019b2b6e5e7db09374f51066c4c9a472f047022c /phpBB/install/schemas | |
| parent | 1f1835ede00b67f1de94df2018ee281143224a22 (diff) | |
| download | forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.gz forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.bz2 forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.xz forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.zip | |
[prep-release-3.2.2] Update version to 3.2.2-RC1
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 9d1236f340..de362ca475 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.2-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.2-RC1'); 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'); |
