From 47eee3090924bc2cf389aea8f1eb496db643e759 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 7 Feb 2007 17:33:57 +0000 Subject: [PATCH] Bump configuration version to 2.8 --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index b3f17c945f..c5f6969e3d 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -53,7 +53,7 @@ $g = array( "n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */ "pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */ "debug" => false, - "latest_config" => "2.6", + "latest_config" => "2.8", "nopkg_platforms" => array("cdrom"), "nopccard_platforms" => array("wrap", "net48xx"), "xmlrpcbaseurl" => "www.pfsense.com",