diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2016-04-09 19:48:35 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2016-04-09 19:48:35 +0200 |
| commit | c4ef83e4d27320df74956ace54ab1b57785a21bf (patch) | |
| tree | 77ac640e5729c1e36b636d84d3a2976b77ccb826 /phpBB/install/schemas/schema_data.sql | |
| parent | 2ae17d6caf1650f76b585290d476bce4fe08a6fe (diff) | |
| parent | e7043dc04452ccebf06e80cb8a7cf38b2ff44ce0 (diff) | |
| download | forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar.gz forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar.bz2 forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.tar.xz forums-c4ef83e4d27320df74956ace54ab1b57785a21bf.zip | |
Merge branch 'prep-release-3.1.9' into 3.1.x
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
| -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 179d890a8e..84d0cb3e59 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -273,7 +273,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.1.9-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.9-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'); |
