diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-12-14 22:22:13 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-12-19 17:17:01 +0100 |
commit | 6b09dbe16ce0d5ebad7692cda91a299b81ce9d88 (patch) | |
tree | 35b89703c4a2ee4a31f7063bd7240fc835723224 /phpBB/install/schemas | |
parent | 9a814e21aa33da1f1ed89dbeae7f9021b50331c5 (diff) | |
download | forums-6b09dbe16ce0d5ebad7692cda91a299b81ce9d88.tar forums-6b09dbe16ce0d5ebad7692cda91a299b81ce9d88.tar.gz forums-6b09dbe16ce0d5ebad7692cda91a299b81ce9d88.tar.bz2 forums-6b09dbe16ce0d5ebad7692cda91a299b81ce9d88.tar.xz forums-6b09dbe16ce0d5ebad7692cda91a299b81ce9d88.zip |
[prep-release-3.2.0-a2] Update version to 3.2.0-a2
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 5cf5af6ddc..3e1359d2aa 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-a2-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.0-a2'); 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'); |