Update some module versions

This commit is contained in:
Tom Eastep 2009-05-05 18:11:49 -07:00
parent 2125f3140f
commit 83bef182b1
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,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.3_7'; our $VERSION = '4.3_11';
# #
# Set to one if we find a SECTION # Set to one if we find a SECTION

View File

@ -40,7 +40,7 @@ use strict;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our @EXPORT = qw( setup_tc ); our @EXPORT = qw( setup_tc );
our @EXPORT_OK = qw( process_tc_rule initialize ); our @EXPORT_OK = qw( process_tc_rule initialize );
our $VERSION = '4.3_7'; our $VERSION = '4.3_11';
our %tcs = ( T => { chain => 'tcpost', our %tcs = ( T => { chain => 'tcpost',
connmark => 0, connmark => 0,

View File

@ -72,7 +72,7 @@ our @EXPORT = qw( NOTHING
); );
our @EXPORT_OK = qw( initialize ); our @EXPORT_OK = qw( initialize );
our $VERSION = '4.3_7'; our $VERSION = '4.3_11';
# #
# IPSEC Option types # IPSEC Option types