From a28f3012d562764f782669dd5c2afcef15e217bc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 18 Jan 2016 09:38:35 -0800 Subject: [PATCH] Correct $VERSION setting in Raw.pm Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Raw.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Raw.pm b/Shorewall/Perl/Shorewall/Raw.pm index 085a28d43..a55b89e31 100644 --- a/Shorewall/Perl/Shorewall/Raw.pm +++ b/Shorewall/Perl/Shorewall/Raw.pm @@ -36,7 +36,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_conntrack ); our @EXPORT_OK = qw( handle_helper_rule ); -our $VERSION = '4.6_10'; +our $VERSION = 'MODULEVERSION'; our %valid_ctevent = ( new => 1, related => 1,