Revision 807e3bfc
Added by NewEraCracker over 9 years ago
src/etc/inc/globals.inc | ||
---|---|---|
99 | 99 |
"disablecrashreporter" => false, |
100 | 100 |
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php", |
101 | 101 |
"debug" => false, |
102 |
"latest_config" => "15.3",
|
|
102 |
"latest_config" => "15.4",
|
|
103 | 103 |
"nopkg_platforms" => array("cdrom"), |
104 | 104 |
"minimum_ram_warning" => "101", |
105 | 105 |
"minimum_ram_warning_text" => "128 MB", |
Also available in: Unified diff
Tweak upgrade - Remove unused code and document changes better
This will ensure a smooth upgrade for those running config 15.4 to any next version.