diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2007-10-15 21:11:54 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2007-10-15 21:11:54 +0000 |
commit | cb77630a7fc55fb5a8dfcd3ee0d03b8c5a679b4c (patch) | |
tree | 13fbdba27e59b491257a2edec959188a79973000 /etc/inc/globals.inc | |
parent | b0e2fb1038f7ac1c993b0ae24eececce1c893efa (diff) | |
download | pfsense-cb77630a7fc55fb5a8dfcd3ee0d03b8c5a679b4c.zip pfsense-cb77630a7fc55fb5a8dfcd3ee0d03b8c5a679b4c.tar.gz |
Bump global config version to 4.1 for releng_1
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index e83a211..67cd311 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -54,7 +54,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" => "3.1", + "latest_config" => "4.1", "nopkg_platforms" => array("cdrom"), "nopccard_platforms" => array("wrap", "net48xx"), "xmlrpcbaseurl" => "www.pfsense.com", @@ -74,4 +74,4 @@ $iptos = array("lowdelay", "throughput", "reliability"); /* TCP flags */ $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); -?>
\ No newline at end of file +?> |