Changeset 1319

Show
Ignore:
Timestamp:
03/03/08 22:26:09 (7 months ago)
Author:
kindlund
Message:

Version bump.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/etc/honeyclient.xml

    r1312 r1319  
    189189            <!-- TODO: Update this. --> 
    190190            <url description="The URL of the local Ruby web service, which interfaces with the local HoneyClient database."> 
    191                 http://172.16.164.1:3000/hc_database/api 
     191                http://127.0.0.1:3000/hc_database/api 
    192192            </url> 
    193193        </Database> 
  • honeyclient/trunk/lib/HoneyClient/Agent.pm

    r1289 r1319  
    3838=head1 VERSION 
    3939 
    40 1.01 
     401.02 
    4141 
    4242=head1 SYNOPSIS 
     
    7979 
    8080    # Set our package version. 
    81     $VERSION = 1.01
     81    $VERSION = 1.02
    8282 
    8383    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm

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

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

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

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

    r1289 r1319  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Agent::Integrity version 1.01
     40This documentation refers to HoneyClient::Agent::Integrity version 1.02
    4141 
    4242=head1 SYNOPSIS 
     
    148148 
    149149    # Set our package version. 
    150     $VERSION = 1.01
     150    $VERSION = 1.02
    151151 
    152152    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager.pm

    r1301 r1319  
    3737=head1 VERSION 
    3838 
    39 This documentation refers to HoneyClient::Manager version 1.01
     39This documentation refers to HoneyClient::Manager version 1.02
    4040 
    4141=head1 SYNOPSIS 
     
    132132 
    133133    # Set our package version. 
    134     $VERSION = 1.01
     134    $VERSION = 1.02
    135135 
    136136    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager/Database.pm

    r1289 r1319  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Manager::Database version 1.01
     40This documentation refers to HoneyClient::Manager::Database version 1.02
    4141 
    4242=head1 SYNOPSIS 
     
    6969 
    7070    # Set our package version. 
    71     $VERSION = 1.01
     71    $VERSION = 1.02
    7272 
    7373    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager/FW.pm

    r1289 r1319  
    4141=head1 VERSION 
    4242 
    43 This documentation refers to HoneyClient::Manager::FW version 1.01
     43This documentation refers to HoneyClient::Manager::FW version 1.02
    4444 
    4545=head1 SYNOPSIS 
     
    319319 
    320320    # Set our package version. 
    321     $VERSION = 1.01
     321    $VERSION = 1.02
    322322 
    323323    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager/VM.pm

    r1301 r1319  
    3939=head1 VERSION 
    4040 
    41 This documentation refers to HoneyClient::Manager::VM version 1.01
     41This documentation refers to HoneyClient::Manager::VM version 1.02
    4242 
    4343=head1 SYNOPSIS 
     
    317317 
    318318    # Set our package version. 
    319     $VERSION = 1.01
     319    $VERSION = 1.02
    320320 
    321321    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm

    r1289 r1319  
    3838=head1 VERSION 
    3939 
    40 This documentation refers to HoneyClient::Manager::VM::Clone version 1.01
     40This documentation refers to HoneyClient::Manager::VM::Clone version 1.02
    4141 
    4242=head1 SYNOPSIS 
     
    144144 
    145145    # Set our package version. 
    146     $VERSION = 1.01
     146    $VERSION = 1.02
    147147 
    148148    @ISA = qw(Exporter); 
  • honeyclient/trunk/lib/HoneyClient/Util/Config.pm

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

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