Changeset 901:7dad50f078fe

Show
Ignore:
Timestamp:
08/31/08 00:43:56 (4 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.7

Message:

Release 2.0.0.7

Files:

Legend:

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

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

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