Bump version of the Zones module

This commit is contained in:
Tom Eastep 2010-12-30 13:14:07 -08:00
parent a5cce67fc2
commit d4d1bb7b41
2 changed files with 2 additions and 2 deletions

View File

@ -613,7 +613,7 @@ sub process_action( $) {
if ( $targets{$action} & BUILTIN ) { if ( $targets{$action} & BUILTIN ) {
$level = '' if $level =~ /none!?/; $level = '' if $level =~ /none!?/;
$builtinops{$action}->($chainref, $level, $tag, $param ); $builtinops{$action}->( $chainref, $level, $tag, $param );
return; return;
} }

View File

@ -84,7 +84,7 @@ our @EXPORT = qw( NOTHING
); );
our @EXPORT_OK = qw( initialize ); our @EXPORT_OK = qw( initialize );
our $VERSION = '4.4_15'; our $VERSION = '4.4_16';
# #
# IPSEC Option types # IPSEC Option types