diff --git a/cf/conf/config.xml b/cf/conf/config.xml index acb55b6763..732bef64f9 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -1,7 +1,7 @@ - 1.9 + 2.0 metallic diff --git a/conf.default/config.xml b/conf.default/config.xml index 6903ae8584..d1778da96c 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -1,7 +1,7 @@ - 1.9 + 2.0 metallic diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 3065100f1a..cfb02e4c1a 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 003c2b47c3..65baf617e6 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",