summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-16 00:59:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-16 00:59:22 +0000
commit9298417241d3d37d198e8503f70e3c9f1c910571 (patch)
tree3e8a3460695a60a49841a4f5b9f6ab376a646af6 /etc
parent07f0b7ffcfd6e21781ecbbf81c1d33db4e039da2 (diff)
downloadpfsense-9298417241d3d37d198e8503f70e3c9f1c910571.zip
pfsense-9298417241d3d37d198e8503f70e3c9f1c910571.tar.gz
Latest version is 5.4, not 5.3.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 262b1f1..f6a2870 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -61,7 +61,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" => "5.3",
+ "latest_config" => "5.4",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "115",
"minimum_ram_warning_text" => "128 megabytes",
@@ -89,4 +89,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud