diff options
author | Phil Davis <phil.davis@inf.org> | 2017-03-22 06:29:41 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 06:29:41 +0545 |
commit | 11daee3fba24e349e415fd27885a424e8a1a95a0 (patch) | |
tree | 56197016d86cd84bfe5eedd8ff63d3e2504d3d6b /src/etc/inc | |
parent | 493bdd3574b932da7a9a3fc9669bacd0d405e06d (diff) | |
download | pfsense-11daee3fba24e349e415fd27885a424e8a1a95a0.zip pfsense-11daee3fba24e349e415fd27885a424e8a1a95a0.tar.gz |
Bump config rev for widget preference setting changes
This should have been bumped along with https://github.com/pfsense/pfsense/commit/071d8a610047fe1994c9fa28e339fe93f4498c73
Diffstat (limited to 'src/etc/inc')
-rw-r--r-- | src/etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc index fc3d1ff..061de9c 100644 --- a/src/etc/inc/globals.inc +++ b/src/etc/inc/globals.inc @@ -70,7 +70,7 @@ $g = array( "disablecrashreporter" => false, "crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php", "debug" => false, - "latest_config" => "16.3", + "latest_config" => "16.4", "minimum_ram_warning" => "101", "minimum_ram_warning_text" => "128 MB", "wan_interface_name" => "wan", |