Changeset 926:225cc73092fe

Show
Ignore:
Timestamp:
09/12/08 18:24:33 (4 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.9

Message:

Release 2.0.0.9

Files:

Legend:

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

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

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