diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/config.inc | 2 | ||||
-rw-r--r-- | etc/inc/globals.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 3065100..cfb02e4 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -678,7 +678,7 @@ function convert_config() { } } } - $config['version'] = "1.10"; + $config['version'] = "2.0"; } diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 003c2b4..65baf61 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -52,7 +52,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" => "1.10", + "latest_config" => "2.0", "nopkg_platforms" => array("cdrom"), "nopccard_platforms" => array("wrap", "net48xx"), "xmlrpcbaseurl" => "www.pfsense.com", |