1.1 --- a/doc/scapy/conf.py Wed Apr 07 19:05:34 2010 +0200
1.2 +++ b/doc/scapy/conf.py Sat Apr 10 00:36:38 2010 +0200
1.3 @@ -42,9 +42,9 @@
1.4 # other places throughout the built documents.
1.5 #
1.6 # The short X.Y version.
1.7 -version = '2.1.0'
1.8 +version = '2.1.1'
1.9 # The full version, including alpha/beta/rc tags.
1.10 -release = '2.1.0'
1.11 +release = '2.1.1'
1.12
1.13 # There are two options for replacing |today|: either, you set today to some
1.14 # non-false value, then it is used:
2.1 --- a/scapy/config.py Wed Apr 07 19:05:34 2010 +0200
2.2 +++ b/scapy/config.py Sat Apr 10 00:36:38 2010 +0200
2.3 @@ -312,7 +312,7 @@
2.4 AS_resolver: choose the AS resolver class to use
2.5 extensions_paths: path or list of paths where extensions are to be looked for
2.6 """
2.7 - version = "2.1.0-dev"
2.8 + version = "2.1.1"
2.9 session = ""
2.10 interactive = False
2.11 interactive_shell = ""
3.1 --- a/setup.py Wed Apr 07 19:05:34 2010 +0200
3.2 +++ b/setup.py Sat Apr 10 00:36:38 2010 +0200
3.3 @@ -41,7 +41,7 @@
3.4
3.5 setup(
3.6 name = 'scapy',
3.7 - version = '2.1.0-dev',
3.8 + version = '2.1.1',
3.9 packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
3.10 scripts = SCRIPTS,
3.11 data_files = [('share/man/man1', ["doc/scapy.1.gz"])],