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:42:56 -0400
commitb9087e1d7a8d25c34e2b5ce1336ff552bfb256ae (patch)
treeb2dff783c8a35e600ca58e1a0c6f32716584819d /src/etc/inc/globals.inc
parentab28a01043fa2dfe018de521af53ca48982757bc (diff)
downloadpfsense-b9087e1d7a8d25c34e2b5ce1336ff552bfb256ae.zip
pfsense-b9087e1d7a8d25c34e2b5ce1336ff552bfb256ae.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 1d5aa28..e8f7391 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