summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/globals.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-07-11 12:42:56 -0400
committerjim-p <jimp@pfsense.org>2016-07-11 12:44:51 -0400
commitee9fb7bc7017a49fe4b78568fee4a1ca804b2063 (patch)
tree38425d973c859b1903f80e7993efefaa2982181b /src/etc/inc/globals.inc
parent2cc19f46b0dd2ce1604ef6a890f3222857c98744 (diff)
downloadpfsense-ee9fb7bc7017a49fe4b78568fee4a1ca804b2063.zip
pfsense-ee9fb7bc7017a49fe4b78568fee4a1ca804b2063.tar.gz
Add upgrade code to clean up the old GRE/GIF flags that are no longer used. Ticket #6586 and Ticket #6587
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 e900b5e..f5c253c 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" => "15.4",
+ "latest_config" => "15.5",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
OpenPOWER on IntegriCloud