summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-23 11:35:41 -0400
committerjim-p <jimp@pfsense.org>2012-05-23 11:35:41 -0400
commitb22fc825595effaaa7973775b08d86a4cf68f953 (patch)
tree9668411f01b47fef11cbcff286fb3fd75016e892 /etc/inc/globals.inc
parent617244c7f7940dbce4065d196a524a708e24c918 (diff)
downloadpfsense-b22fc825595effaaa7973775b08d86a4cf68f953.zip
pfsense-b22fc825595effaaa7973775b08d86a4cf68f953.tar.gz
Move vip upgrade code to be later, since it was backed out of 2.0.x it no longer needs to be so early, and otherwise there can be some breakage/fallout. Ticket #2445
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 c870828..1d85e1e 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.5",
+ "latest_config" => "8.6",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
OpenPOWER on IntegriCloud