Update Rules.pm version to 4.4.10

This commit is contained in:
Tom Eastep 2010-05-12 14:22:08 -07:00
parent a0a08c918d
commit 529f9a07b4

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_9'; our $VERSION = '4.4_10';
# #
# Set to one if we find a SECTION # Set to one if we find a SECTION