diff options
author | NOYB <Al_Stu@Frontier.com> | 2016-04-20 13:43:59 -0700 |
---|---|---|
committer | NOYB <Al_Stu@Frontier.com> | 2016-04-20 13:43:59 -0700 |
commit | bc247ad9e6990b81e9ba8d59e86c1487121f530e (patch) | |
tree | 9e96cf7da27f53d678751512b6544eeb0f29323d | |
parent | 40f8a7e0d6f8e926757b46697f7e7e8b51923b2a (diff) | |
download | pfsense-bc247ad9e6990b81e9ba8d59e86c1487121f530e.zip pfsense-bc247ad9e6990b81e9ba8d59e86c1487121f530e.tar.gz |
Rebase / Update config version.
-rw-r--r-- | src/conf.default/config.xml | 2 | ||||
-rw-r--r-- | src/etc/inc/globals.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml index 3b76753..31dc971 100644 --- a/src/conf.default/config.xml +++ b/src/conf.default/config.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <pfsense> - <version>15.1</version> + <version>15.2</version> <lastchange/> <system> <optimization>normal</optimization> diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc index e7c9543..d7e2b32 100644 --- a/src/etc/inc/globals.inc +++ b/src/etc/inc/globals.inc @@ -99,7 +99,7 @@ $g = array( "disablecrashreporter" => false, "crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php", "debug" => false, - "latest_config" => "15.1", + "latest_config" => "15.2", "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "101", "minimum_ram_warning_text" => "128 MB", |