Correct a couple of versions

This commit is contained in:
Tom Eastep 2011-01-30 08:41:33 -08:00
parent 26cea4336e
commit b1f6895a1f
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ use strict;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our @EXPORT = qw( setup_accounting ); our @EXPORT = qw( setup_accounting );
our @EXPORT_OK = qw( ); our @EXPORT_OK = qw( );
our $VERSION = '4.4.14'; our $VERSION = '4.4.17';
# #
# Called by the compiler to [re-]initialize this module's state # Called by the compiler to [re-]initialize this module's state

View File

@ -365,7 +365,7 @@ sub initialize( $ ) {
EXPORT => 0, EXPORT => 0,
STATEMATCH => '-m state --state', STATEMATCH => '-m state --state',
UNTRACKED => 0, UNTRACKED => 0,
VERSION => "4.4.17-Beta2", VERSION => "4.4.17-Beta3",
CAPVERSION => 40417 , CAPVERSION => 40417 ,
); );
# #