Changeset 936:86518fb3c5ad

Show
Ignore:
Timestamp:
10/01/08 18:56:50 (2 months ago)
Author:
Phil <phil@secdev.org>
Tags:

v2.0.0.10

Message:

Release 2.0.0.10

Files:

Legend:

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

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

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