Bump config version to 2.9

This commit is contained in:
Scott Ullrich 2007-02-09 18:35:13 +00:00
parent c11bd85168
commit f876cdc6af

View File

@ -950,7 +950,7 @@ function convert_config() {
$rule_item['src'] = "any";
$rule_item['dst'] = "any";
$a_filter[] = $rule_item;
$config['version'] = "2.8";
$config['version'] = "2.9";
}
if ($prev_version != $config['version'])