diff options
author | Ermal <eri@pfsense.org> | 2011-06-14 13:45:16 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-06-14 14:10:44 +0000 |
commit | 34fb609cec76761102ff04aa300c39d2dbc3d57f (patch) | |
tree | f87e6c84f2ad26fec8c5c7d14b815aa0bc71c9b6 /etc/inc/globals.inc | |
parent | e6ee8fc619d25fa3718cc1858042cd9b9869e3e8 (diff) | |
download | pfsense-34fb609cec76761102ff04aa300c39d2dbc3d57f.zip pfsense-34fb609cec76761102ff04aa300c39d2dbc3d57f.tar.gz |
Up config number for username sync upgrade.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 6993148..3bd0de2 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -91,7 +91,7 @@ $g = array( "disablecrashreporter" => false, "crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php", "debug" => false, - "latest_config" => "7.9", + "latest_config" => "8.0", "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "101", "minimum_ram_warning_text" => "128 MB", |