diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-10 05:19:37 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-10 05:19:37 +0000 |
commit | 88f66e13fc2e8b28b5371145034a77e8d0db27f8 (patch) | |
tree | 98ec59c841badcbc25575368cba5e995f8a5fa07 /etc/inc/globals.inc | |
parent | 2f948e1c2af0c877bcc0770fb7101805234c2831 (diff) | |
download | pfsense-88f66e13fc2e8b28b5371145034a77e8d0db27f8.zip pfsense-88f66e13fc2e8b28b5371145034a77e8d0db27f8.tar.gz |
Move default gateway out of wan config to system config (leave in gui though)
Remove scheduler config from interfaces
Bump config file version to 1.5
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 904194e..42a03d9 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -50,7 +50,7 @@ $g = array( "n_pptp_units" => 16, "pptp_subnet" => 28, "debug" => false, - "latest_config" => "1.4", + "latest_config" => "1.5", "nopccard_platforms" => array("wrap", "net48xx"), "pkg_config_location" => "http://www.pfsense.com/packages/pkg_config.xml" ); |