Bump the version in a couple of modules modified for 4.4.2

This commit is contained in:
Tom Eastep 2009-09-09 12:58:39 -07:00
parent 212937a29d
commit 74aff4f4ef
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ our @EXPORT = qw( merge_levels
$macro_commands
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.4_1';
our $VERSION = '4.4_2';
#
# Used Actions. Each action that is actually used has an entry with value 1.

View File

@ -35,7 +35,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_providers @routemarked_interfaces handle_stickiness handle_optional_interfaces );
our @EXPORT_OK = qw( initialize lookup_provider );
our $VERSION = '4.4_1';
our $VERSION = '4.4_2';
use constant { LOCAL_TABLE => 255,
MAIN_TABLE => 254,