forked from extern/shorewall_code
Correct a couple of versions
This commit is contained in:
parent
26cea4336e
commit
b1f6895a1f
@ -35,7 +35,7 @@ use strict;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( setup_accounting );
|
||||
our @EXPORT_OK = qw( );
|
||||
our $VERSION = '4.4.14';
|
||||
our $VERSION = '4.4.17';
|
||||
|
||||
#
|
||||
# Called by the compiler to [re-]initialize this module's state
|
||||
|
@ -365,7 +365,7 @@ sub initialize( $ ) {
|
||||
EXPORT => 0,
|
||||
STATEMATCH => '-m state --state',
|
||||
UNTRACKED => 0,
|
||||
VERSION => "4.4.17-Beta2",
|
||||
VERSION => "4.4.17-Beta3",
|
||||
CAPVERSION => 40417 ,
|
||||
);
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user