Changeset 863:21f557756325

Show
Ignore:
Timestamp:
08/11/08 18:22:26 (5 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.4

Message:

Release 2.0.0.4 beta

Files:

Legend:

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

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

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