Changeset 994

Show
Ignore:
Timestamp:
11/08/07 15:30:12 (10 months ago)
Author:
kindlund
Message:

Bumped version to v1.00.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Agent.pm

    r965 r994  
    3838=head1 VERSION 
    3939 
    40 0.99 
     401.00 
    4141 
    4242=head1 SYNOPSIS 
     
    7979 
    8080    # Set our package version. 
    81     $VERSION = 0.99
     81    $VERSION = 1.00
    8282 
    8383    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm

    r796 r994  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Agent::Driver version 0.99
     40This documentation refers to HoneyClient::Agent::Driver version 1.00
    4141 
    4242=head1 SYNOPSIS 
     
    120120 
    121121    # Set our package version. 
    122     $VERSION = 0.99
     122    $VERSION = 1.00
    123123 
    124124    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm

    r806 r994  
    4040=head1 VERSION 
    4141 
    42 This documentation refers to HoneyClient::Agent::Driver::Browser version 0.99
     42This documentation refers to HoneyClient::Agent::Driver::Browser version 1.00
    4343 
    4444=head1 SYNOPSIS 
     
    161161 
    162162    # Set our package version. 
    163     $VERSION = 0.99
     163    $VERSION = 1.00
    164164 
    165165    # Define inherited modules. 
  • honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm

    r805 r994  
    4141=head1 VERSION 
    4242 
    43 This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 0.99
     43This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 1.00
    4444 
    4545=head1 SYNOPSIS 
     
    160160 
    161161    # Set our package version. 
    162     $VERSION = 0.99
     162    $VERSION = 1.00
    163163 
    164164    # Define inherited modules. 
  • honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm

    r805 r994  
    4141=head1 VERSION 
    4242 
    43 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 0.99
     43This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 1.00
    4444 
    4545=head1 SYNOPSIS 
     
    160160 
    161161    # Set our package version. 
    162     $VERSION = 0.99
     162    $VERSION = 1.00
    163163 
    164164    # Define inherited modules. 
  • honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm

    r990 r994  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Agent::Integrity version 0.99
     40This documentation refers to HoneyClient::Agent::Integrity version 1.00
    4141 
    4242=head1 SYNOPSIS 
     
    125125 
    126126    # Set our package version. 
    127     $VERSION = 0.99
     127    $VERSION = 1.00
    128128 
    129129    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Filesystem.pm

    r796 r994  
    3737=head1 VERSION 
    3838 
    39 This documentation refers to HoneyClient::Agent::Integrity::Filesystem version 0.99
     39This documentation refers to HoneyClient::Agent::Integrity::Filesystem version 1.00
    4040 
    4141=head1 SYNOPSIS 
     
    145145 
    146146    # Set our package version. 
    147     $VERSION = 0.99
     147    $VERSION = 1.00
    148148 
    149149    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry.pm

    r796 r994  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Agent::Integrity::Registry version 0.99
     40This documentation refers to HoneyClient::Agent::Integrity::Registry version 1.00
    4141 
    4242=head1 SYNOPSIS 
     
    142142 
    143143    # Set our package version. 
    144     $VERSION = 0.99
     144    $VERSION = 1.00
    145145 
    146146    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm

    r796 r994  
    5555=head1 VERSION 
    5656 
    57 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.99
     57This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 1.00
    5858 
    5959=head1 SYNOPSIS 
     
    133133 
    134134    # Set our package version. 
    135     $VERSION = 0.99
     135    $VERSION = 1.00
    136136 
    137137    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp

    r796 r994  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.99
     40This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 1.00
    4141 
    4242=head1 SYNOPSIS 
     
    116116 
    117117    # Set our package version. 
    118     $VERSION = 0.99
     118    $VERSION = 1.00
    119119 
    120120    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/DB.pm

    r993 r994  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::DB version 0.99
     40This documentation refers to HoneyClient::DB version 1.00
    4141 
    4242=head1 SYNOPSIS 
     
    356356    our @EXPORT = qw(); 
    357357    our @EXPORT_OK; 
    358     our $VERSION = 0.99
     358    our $VERSION = 1.00
    359359 
    360360    my $database_version;     #  = $dbh->get_info(  18 ); # SQL_DBMS_VER 
  • honeyclient/trunk/lib/HoneyClient/Manager.pm

    r992 r994  
    3636=head1 VERSION 
    3737 
    38 This documentation refers to HoneyClient::Manager version 0.99
     38This documentation refers to HoneyClient::Manager version 1.00
    3939 
    4040=head1 SYNOPSIS 
     
    7373 
    7474    # Set our package version. 
    75     $VERSION = 0.99
     75    $VERSION = 1.00
    7676 
    7777    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager/FW.pm

    r796 r994  
    4141=head1 VERSION 
    4242 
    43 This documentation refers to HoneyClient::Manager::FW version 0.99
     43This documentation refers to HoneyClient::Manager::FW version 1.00
    4444 
    4545=head1 SYNOPSIS 
     
    315315 
    316316    # Set our package version. 
    317     $VERSION = 0.99
     317    $VERSION = 1.00
    318318 
    319319    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager/VM.pm

    r796 r994  
    3939=head1 VERSION 
    4040 
    41 This documentation refers to HoneyClient::Manager:VM version 0.99
     41This documentation refers to HoneyClient::Manager:VM version 1.00
    4242 
    4343=head1 SYNOPSIS 
     
    320320 
    321321    # Set our package version. 
    322     $VERSION = 0.99
     322    $VERSION = 1.00
    323323 
    324324    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm

    r796 r994  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Manager::VM::Clone version 0.99
     40This documentation refers to HoneyClient::Manager::VM::Clone version 1.00
    4141 
    4242=head1 SYNOPSIS 
     
    125125 
    126126    # Set our package version. 
    127     $VERSION = 0.99
     127    $VERSION = 1.00
    128128 
    129129    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Util/Config.pm

    r796 r994  
    3737=head1 VERSION 
    3838 
    39 This documentation refers to HoneyClient::Util::Config version 0.99
     39This documentation refers to HoneyClient::Util::Config version 1.00
    4040 
    4141=head1 SYNOPSIS 
     
    9696 
    9797    # Set our package version. 
    98     $VERSION = 0.99
     98    $VERSION = 1.00
    9999 
    100100    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm

    r796 r994  
    3737=head1 VERSION 
    3838 
    39 This documentation refers to HoneyClient::Util::SOAP version 0.99
     39This documentation refers to HoneyClient::Util::SOAP version 1.00
    4040 
    4141=head1 SYNOPSIS 
     
    130130 
    131131    # Set our package version. 
    132     $VERSION = 0.99
     132    $VERSION = 1.00
    133133 
    134134    @ISA = qw(Exporter);