From a998476d00b2022d873e68f0db2438480793c699 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 9 Jul 2011 07:07:52 -0700 Subject: [PATCH] Correct Accounting module version Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Accounting.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Accounting.pm b/Shorewall/Perl/Shorewall/Accounting.pm index 417e645f9..834eaf7b1 100644 --- a/Shorewall/Perl/Shorewall/Accounting.pm +++ b/Shorewall/Perl/Shorewall/Accounting.pm @@ -35,7 +35,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_accounting ); our @EXPORT_OK = qw( ); -our $VERSION = '4.4.21'; +our $VERSION = '4.4_21'; # # Per-IP accounting tables. Each entry contains the associated network.