diff options
author | Ermal <eri@pfsense.org> | 2012-04-05 20:24:37 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-04-05 20:24:37 +0000 |
commit | ccf346ddb80997a4426484c25e5c3bd8a223990f (patch) | |
tree | d73f7e662b5312b98a0a40bbf436fdb40bc6c969 | |
parent | 00b97dee82cadd6bcc6e3a58eca0d133ae596023 (diff) | |
download | pfsense-ccf346ddb80997a4426484c25e5c3bd8a223990f.zip pfsense-ccf346ddb80997a4426484c25e5c3bd8a223990f.tar.gz |
Bump config version to take care of new vips
-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 8837a29..d069d78 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -75,7 +75,7 @@ $g = array( "disablecrashreporter" => false, "crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php", "debug" => false, - "latest_config" => "8.0", + "latest_config" => "8.1", "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "101", "minimum_ram_warning_text" => "128 MB", |