summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 00:17:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 00:17:40 +0000
commit6823bfb68cd3d5c6d97b82ed4dbe968a5ccb09e0 (patch)
tree024c68b16863f05682466837ea195b4cfaa97545
parente6e417ab8e6271726b1a358be6316999d2e979e3 (diff)
downloadpfsense-6823bfb68cd3d5c6d97b82ed4dbe968a5ccb09e0.zip
pfsense-6823bfb68cd3d5c6d97b82ed4dbe968a5ccb09e0.tar.gz
1.10 -> 2.0
-rw-r--r--cf/conf/config.xml2
-rw-r--r--conf.default/config.xml2
-rw-r--r--etc/inc/config.inc2
-rw-r--r--etc/inc/globals.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index acb55b6..732bef6 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -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>
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 6903ae8..d1778da 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -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>
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",
OpenPOWER on IntegriCloud