summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/globals.inc
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-02-09 15:33:30 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2016-02-09 15:58:43 -0600
commitb1567b5b6f3ec007a8340b031300f36bfa7feded (patch)
tree79be5da7ff8af9f0334a73ef5baa59cb49c21ff7 /src/etc/inc/globals.inc
parent5420820f8bd504e2d886fe40796d2b3f7ec6778a (diff)
downloadpfsense-b1567b5b6f3ec007a8340b031300f36bfa7feded.zip
pfsense-b1567b5b6f3ec007a8340b031300f36bfa7feded.tar.gz
Add the configuration upgrade code to make sure the existent settings will work after the last changes.
The CARP part of this code should be added together with the initial uniqid changes.
Diffstat (limited to 'src/etc/inc/globals.inc')
-rw-r--r--src/etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc
index a9d2ef5..3231ac9 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" => "14.3",
+ "latest_config" => "14.4",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
OpenPOWER on IntegriCloud