1.10 -> 2.0

This commit is contained in:
Scott Ullrich 2005-08-21 00:17:40 +00:00
parent e6e417ab8e
commit 6823bfb68c
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- pfSense default system configuration -->
<pfsense>
<version>1.9</version>
<version>2.0</version>
<lastchange></lastchange>
<theme>metallic</theme>
<system>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- pfSense default system configuration -->
<pfsense>
<version>1.9</version>
<version>2.0</version>
<lastchange></lastchange>
<theme>metallic</theme>
<system>

View File

@ -678,7 +678,7 @@ function convert_config() {
}
}
}
$config['version'] = "1.10";
$config['version'] = "2.0";
}

View File

@ -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",