diff --git a/Shorewall-perl/Shorewall/Accounting.pm b/Shorewall-perl/Shorewall/Accounting.pm index 546d1a6e0..bcda7bd5a 100644 --- a/Shorewall-perl/Shorewall/Accounting.pm +++ b/Shorewall-perl/Shorewall/Accounting.pm @@ -37,7 +37,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_accounting ); our @EXPORT_OK = qw( ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Initialize globals -- we take this novel approach to globals initialization to allow diff --git a/Shorewall-perl/Shorewall/Actions.pm b/Shorewall-perl/Shorewall/Actions.pm index f88bc797a..51094db3c 100644 --- a/Shorewall-perl/Shorewall/Actions.pm +++ b/Shorewall-perl/Shorewall/Actions.pm @@ -49,7 +49,7 @@ our @EXPORT = qw( merge_levels %actions ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Used Actions. Each action that is actually used has an entry with value 1. diff --git a/Shorewall-perl/Shorewall/Chains.pm b/Shorewall-perl/Shorewall/Chains.pm index 880eeff13..30b04fbdb 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -128,7 +128,7 @@ our @EXPORT = qw( STANDARD %targets ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Chain Table diff --git a/Shorewall-perl/Shorewall/Common.pm b/Shorewall-perl/Shorewall/Common.pm index d3c9d63a4..b35212448 100644 --- a/Shorewall-perl/Shorewall/Common.pm +++ b/Shorewall-perl/Shorewall/Common.pm @@ -61,7 +61,7 @@ our @EXPORT = qw( $verbose ); our @EXPORT_OK = qw( $timestamp initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; our $line; our ($command, $doing, $done ); diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index e2ac901ec..db831bfea 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -45,7 +45,7 @@ use Shorewall::Proxyarp; our @ISA = qw(Exporter); our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG ); our @EXPORT_OK = qw( $export ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; our $export; diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index c39b43ce8..0b9101336 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -65,7 +65,7 @@ our @EXPORT = qw( %capabilities ); our @EXPORT_OK = qw( $shorewall_dir initialize read_a_line1 set_config_path ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Misc Globals diff --git a/Shorewall-perl/Shorewall/FallbackPorts.pm b/Shorewall-perl/Shorewall/FallbackPorts.pm index 4b8aeacb5..702750792 100644 --- a/Shorewall-perl/Shorewall/FallbackPorts.pm +++ b/Shorewall-perl/Shorewall/FallbackPorts.pm @@ -33,7 +33,7 @@ use warnings; our @ISA = qw(Exporter); our @EXPORT = qw( %protocols %services ); our @EXPORT_OK = qw(); -our $VERSION = '1.00'; +our $VERSION = '4.0.0'; our %protocols = ( ip => 0, diff --git a/Shorewall-perl/Shorewall/Hosts.pm b/Shorewall-perl/Shorewall/Hosts.pm index fbd13924a..4f575e18f 100644 --- a/Shorewall-perl/Shorewall/Hosts.pm +++ b/Shorewall-perl/Shorewall/Hosts.pm @@ -36,7 +36,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( validate_hosts_file find_hosts_by_option ); our @EXPORT_OK = (); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Validates the hosts file. Generates entries in %zone{..}{hosts} diff --git a/Shorewall-perl/Shorewall/IPAddrs.pm b/Shorewall-perl/Shorewall/IPAddrs.pm index cf01cc4a5..77d011268 100644 --- a/Shorewall-perl/Shorewall/IPAddrs.pm +++ b/Shorewall-perl/Shorewall/IPAddrs.pm @@ -41,7 +41,7 @@ our @EXPORT = qw( ALLIPv4 @rfc1918_networks ); our @EXPORT_OK = qw( ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Some IPv4 useful stuff diff --git a/Shorewall-perl/Shorewall/Interfaces.pm b/Shorewall-perl/Shorewall/Interfaces.pm index 261618a80..7a4572548 100644 --- a/Shorewall-perl/Shorewall/Interfaces.pm +++ b/Shorewall-perl/Shorewall/Interfaces.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( add_group_to_zone @interfaces @bridges ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # diff --git a/Shorewall-perl/Shorewall/Macros.pm b/Shorewall-perl/Shorewall/Macros.pm index 774f74412..dd1ab0de6 100644 --- a/Shorewall-perl/Shorewall/Macros.pm +++ b/Shorewall-perl/Shorewall/Macros.pm @@ -40,7 +40,7 @@ our @EXPORT = qw( find_macro %macros ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; our %macros; diff --git a/Shorewall-perl/Shorewall/Nat.pm b/Shorewall-perl/Shorewall/Nat.pm index fdc39cb2d..fd2b040c7 100644 --- a/Shorewall-perl/Shorewall/Nat.pm +++ b/Shorewall-perl/Shorewall/Nat.pm @@ -38,7 +38,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_masq setup_nat setup_netmap add_addresses ); our @EXPORT_OK = (); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; our @addresses_to_add; our %addresses_to_add; diff --git a/Shorewall-perl/Shorewall/Policy.pm b/Shorewall-perl/Shorewall/Policy.pm index adb87f572..d7317cee8 100644 --- a/Shorewall-perl/Shorewall/Policy.pm +++ b/Shorewall-perl/Shorewall/Policy.pm @@ -35,7 +35,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( validate_policy apply_policy_rules complete_standard_chain ); our @EXPORT_OK = qw( ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Create a new policy chain and return a reference to it. diff --git a/Shorewall-perl/Shorewall/Proc.pm b/Shorewall-perl/Shorewall/Proc.pm index aef5639c9..6fa6fbd42 100644 --- a/Shorewall-perl/Shorewall/Proc.pm +++ b/Shorewall-perl/Shorewall/Proc.pm @@ -44,7 +44,7 @@ our @EXPORT = qw( setup_forwarding ); our @EXPORT_OK = qw( ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # ARP Filtering diff --git a/Shorewall-perl/Shorewall/Providers.pm b/Shorewall-perl/Shorewall/Providers.pm index 75a00da07..7d364541d 100644 --- a/Shorewall-perl/Shorewall/Providers.pm +++ b/Shorewall-perl/Shorewall/Providers.pm @@ -36,7 +36,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_providers @routemarked_interfaces); our @EXPORT_OK = qw( initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; use constant { LOCAL_NUMBER => 255, MAIN_NUMBER => 254, diff --git a/Shorewall-perl/Shorewall/Proxyarp.pm b/Shorewall-perl/Shorewall/Proxyarp.pm index 48aa1532e..87ab7cd3c 100644 --- a/Shorewall-perl/Shorewall/Proxyarp.pm +++ b/Shorewall-perl/Shorewall/Proxyarp.pm @@ -36,7 +36,7 @@ our @EXPORT = qw( ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; our @proxyarp; diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index 951579ee8..853f5ff27 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -51,7 +51,7 @@ our @EXPORT = qw( process_tos dump_rule_chains ); our @EXPORT_OK = qw( process_rule process_rule1 initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Keep track of chains for the /var/lib/shorewall[-lite]/chains file diff --git a/Shorewall-perl/Shorewall/Tc.pm b/Shorewall-perl/Shorewall/Tc.pm index f82a9e0fe..5b0701398 100644 --- a/Shorewall-perl/Shorewall/Tc.pm +++ b/Shorewall-perl/Shorewall/Tc.pm @@ -41,7 +41,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_tc ); our @EXPORT_OK = qw( process_tc_rule initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; our %tcs = ( T => { chain => 'tcpost', connmark => 0, diff --git a/Shorewall-perl/Shorewall/Tunnels.pm b/Shorewall-perl/Shorewall/Tunnels.pm index 36bbc4fa4..8e1c50259 100644 --- a/Shorewall-perl/Shorewall/Tunnels.pm +++ b/Shorewall-perl/Shorewall/Tunnels.pm @@ -34,7 +34,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_tunnels ); our @EXPORT_OK = ( ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # Here starts the tunnel stuff -- we really should get rid of this crap... diff --git a/Shorewall-perl/Shorewall/Zones.pm b/Shorewall-perl/Shorewall/Zones.pm index 6627c2cf2..36ec1f850 100644 --- a/Shorewall-perl/Shorewall/Zones.pm +++ b/Shorewall-perl/Shorewall/Zones.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( NOTHING %interfaces ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 1.00; +our $VERSION = '4.0.0'; # # IPSEC Option types