diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-04-29 20:21:25 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-06-19 17:51:51 +0200 |
commit | 2eb8a97f4739c12d3b0b3026bd1a013f2c54a076 (patch) | |
tree | 486f998132bd52b60e14fa8e7bd92bd73c546340 /phpBB/install/schemas | |
parent | 1f42da7ba57436161b0150967c01300b77e9c5e5 (diff) | |
download | forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar.gz forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar.bz2 forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar.xz forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.zip |
[prep-release-3.2.0-RC1] Update version to 3.2.0-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 9791174e0f..533448543f 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-b3-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.0-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'); |