Changeset 849:5d5e592d89cd

Show
Ignore:
Timestamp:
07/29/08 15:20:43 (5 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.2

Message:

Release 2.0.0.2 beta

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scapy/config.py

    r846 r849  
    199199extensions_paths: path or list of paths where extensions are to be looked for 
    200200""" 
    201     version = "2.0.0.1 alpha" 
     201    version = "2.0.0.2 beta" 
    202202    session = ""   
    203203    stealth = "not implemented" 
  • setup.py

    r848 r849  
    3838setup( 
    3939    name = 'Scapy', 
    40     version = '2.0.0.1',     
     40    version = '2.0.0.2',     
    4141    packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], 
    4242    scripts = ['bin/scapy','bin/UTscapy'],