Changeset 888:a1ee8c68a002

Show
Ignore:
Timestamp:
08/28/08 20:00:50 (4 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.6

Message:

Release 2.0.0.6

Files:

Legend:

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

    r886 r888  
    223223extensions_paths: path or list of paths where extensions are to be looked for 
    224224""" 
    225     version = "2.0.0.5 beta" 
     225    version = "2.0.0.6 beta" 
    226226    session = "" 
    227227    interactive = False 
  • setup.py

    r884 r888  
    3838setup( 
    3939    name = 'scapy', 
    40     version = '2.0.0.5',  
     40    version = '2.0.0.6',  
    4141    packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], 
    4242    scripts = ['bin/scapy','bin/UTscapy'],