Release 2.0.0.11 beta v2.0.0.11
authorPhil <phil@secdev.org>
Thu Dec 25 15:13:39 2008 +0100 (2008-12-25)
changeset 953ebe234b803cd
parent 952 e28139770a3a
child 954 b4209fde52e6
Release 2.0.0.11 beta
scapy/config.py
setup.py
     1.1 --- a/scapy/config.py	Thu Dec 25 01:10:54 2008 +0100
     1.2 +++ b/scapy/config.py	Thu Dec 25 15:13:39 2008 +0100
     1.3 @@ -264,7 +264,7 @@
     1.4  AS_resolver: choose the AS resolver class to use
     1.5  extensions_paths: path or list of paths where extensions are to be looked for
     1.6  """
     1.7 -    version = "2.0.0.10 beta"
     1.8 +    version = "2.0.0.11 beta"
     1.9      session = ""
    1.10      interactive = False
    1.11      stealth = "not implemented"
     2.1 --- a/setup.py	Thu Dec 25 01:10:54 2008 +0100
     2.2 +++ b/setup.py	Thu Dec 25 15:13:39 2008 +0100
     2.3 @@ -37,7 +37,7 @@
     2.4  
     2.5  setup(
     2.6      name = 'scapy',
     2.7 -    version = '2.0.0.10', 
     2.8 +    version = '2.0.0.11', 
     2.9      packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'],
    2.10      scripts = ['bin/scapy','bin/UTscapy'],
    2.11      data_files = [('share/man/man1', ["doc/scapy.1.gz"])],