mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Update version of changed modules
This commit is contained in:
parent
7612c895e5
commit
7064b8dd08
@ -43,7 +43,7 @@ use Shorewall::Raw;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG );
|
||||
our @EXPORT_OK = qw( $export );
|
||||
our $VERSION = '4.4_2';
|
||||
our $VERSION = '4.4_3';
|
||||
|
||||
our $export;
|
||||
|
||||
|
@ -127,7 +127,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script
|
||||
|
||||
Exporter::export_ok_tags('internal');
|
||||
|
||||
our $VERSION = '4.4_2';
|
||||
our $VERSION = '4.4_3';
|
||||
|
||||
#
|
||||
# describe the current command, it's present progressive, and it's completion.
|
||||
|
@ -45,7 +45,7 @@ our @EXPORT = qw( process_tos
|
||||
compile_stop_firewall
|
||||
);
|
||||
our @EXPORT_OK = qw( process_rule process_rule1 initialize );
|
||||
our $VERSION = '4.4_2';
|
||||
our $VERSION = '4.4_3';
|
||||
|
||||
#
|
||||
# Set to one if we find a SECTION
|
||||
|
Loading…
Reference in New Issue
Block a user