summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/globals.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-02-20 02:04:25 -0600
committerChris Buechler <cmb@pfsense.org>2016-02-20 02:04:25 -0600
commit7c4c43a5224ad7e552999d6fc31faa1343ef246a (patch)
treee20a4879184f2b5310107926d56137eb9172a279 /src/etc/inc/globals.inc
parent1c42c58554ab2f820cd74d35c8236952cd7fcb67 (diff)
downloadpfsense-7c4c43a5224ad7e552999d6fc31faa1343ef246a.zip
pfsense-7c4c43a5224ad7e552999d6fc31faa1343ef246a.tar.gz
Add config upgrade code to enable and configure DHCPv6 server and radvd where track6 is in use, as they were automatically configured previously. Add same config to default config.xml to retain existing behavior there. Ticket #3029
Diffstat (limited to 'src/etc/inc/globals.inc')
-rw-r--r--src/etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc
index 8ab46d6..235e14d 100644
--- a/src/etc/inc/globals.inc
+++ b/src/etc/inc/globals.inc
@@ -99,7 +99,7 @@ $g = array(
"disablecrashreporter" => false,
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php",
"debug" => false,
- "latest_config" => "14.4",
+ "latest_config" => "14.5",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
OpenPOWER on IntegriCloud