From 167b29c2c560709e013e68e5a26dfc231e9c0c7f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 15 Feb 2010 14:24:52 -0800 Subject: [PATCH] Bump module version in Compiler.pm Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Compiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index 1b98c005b..731368a89 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -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_7'; +our $VERSION = '4.4_8'; our $export;