Changeset 914:93b8a3d4ab9d

Show
Ignore:
Timestamp:
09/12/08 17:53:42 (4 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.8

Message:

Release 2.0.0.8

Files:

Legend:

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

    r913 r914  
    265265extensions_paths: path or list of paths where extensions are to be looked for 
    266266""" 
    267     version = "2.0.0.7 beta" 
     267    version = "2.0.0.8 beta" 
    268268    session = "" 
    269269    interactive = False 
  • setup.py

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