Changeset 859:35732154f342

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

v2.0.0.3

Message:

Release 2.0.0.3 beta

Files:

Legend:

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

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

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