diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-03 21:41:22 +0100 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-03 21:41:22 +0100 |
| commit | f80ec7e7864d686a4ac392a4c9d100960ddb83c7 (patch) | |
| tree | c49f4935fe1c6bc0fc21807680bca96673e419d1 /phpBB/install/schemas | |
| parent | 03fba990747bb0eeda47c8247b5808257d1443b7 (diff) | |
| download | forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.gz forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.bz2 forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.xz forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.zip | |
[prep-release-3.2.0-b1] Update version to 3.2.0-b1
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 6e5cefc624..7fb632927f 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -275,7 +275,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-a3-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.0-b1'); 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'); |
