Changeset 877:433f9b9f8ea0

Show
Ignore:
Timestamp:
08/17/08 16:37:27 (5 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.5

Message:

Release 2.0.0.5 beta

Files:

Legend:

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

    r863 r877  
    223223extensions_paths: path or list of paths where extensions are to be looked for 
    224224""" 
    225     version = "2.0.0.4 beta" 
     225    version = "2.0.0.5 beta" 
    226226    session = ""   
    227227    stealth = "not implemented" 
  • setup.py

    r863 r877  
    3838setup( 
    3939    name = 'scapy', 
    40     version = '2.0.0.4',     
     40    version = '2.0.0.5',  
    4141    packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], 
    4242    scripts = ['bin/scapy','bin/UTscapy'],