From ccf346ddb80997a4426484c25e5c3bd8a223990f Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 5 Apr 2012 20:24:37 +0000 Subject: [PATCH] Bump config version to take care of new vips --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 8837a29b3f..d069d78146 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",