summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-04-18 17:31:36 +0200
committersmos <seth.mos@dds.nl>2012-04-18 17:33:37 +0200
commitc3ce2eced406efb771f0dc796633c7489cc944ba (patch)
treeb9263d5d45d9b8dee766fc9b1ddd93be5640e58e /etc/inc/globals.inc
parentbf4b25969e814662ae11c82a6ba491f422e0b57c (diff)
downloadpfsense-c3ce2eced406efb771f0dc796633c7489cc944ba.zip
pfsense-c3ce2eced406efb771f0dc796633c7489cc944ba.tar.gz
Add upgrade code that updates the dynamic gateway names to their new format new $if_$type.
Redmine Ticket #2332. I've tested a simple upgrade with 3 dynamic Wans with varying names and that appears to have succeeded. Needs more testing.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index dda1935..6544b89 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -77,7 +77,7 @@ $g = array(
"disablecrashreporter" => false,
"crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php",
"debug" => false,
- "latest_config" => "8.4",
+ "latest_config" => "8.5",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
OpenPOWER on IntegriCloud