Revert versions on Rules and Zones modules

This commit is contained in:
Tom Eastep 2010-09-17 11:06:32 -07:00
parent d898c87617
commit 7175f8a63e
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ our @EXPORT = qw( process_tos
compile_stop_firewall compile_stop_firewall
); );
our @EXPORT_OK = qw( process_rule process_rule1 initialize ); our @EXPORT_OK = qw( process_rule process_rule1 initialize );
our $VERSION = '4.4_14'; our $VERSION = '4.4_13';
our $macro_nest_level; our $macro_nest_level;
our $current_param; our $current_param;

View File

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