From 6f20f116d6d5a95343bb769d1ab7966ecf03f0bd Mon Sep 17 00:00:00 2001 From: Phil <phil@secdev.org> Date: Mon, 28 Feb 2011 03:02:47 +0100 Subject: [PATCH] Open 2.2.0-dev --- doc/scapy/conf.py | 2 +- scapy/config.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/scapy/conf.py b/doc/scapy/conf.py index 8bf7c9f0..e614e670 100644 --- a/doc/scapy/conf.py +++ b/doc/scapy/conf.py @@ -44,7 +44,7 @@ copyright = '2008, 2009 Philippe Biondi and the Scapy community' # The short X.Y version. version = '2.2.0' # The full version, including alpha/beta/rc tags. -release = '2.2.0' +release = '2.2.0-dev' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/scapy/config.py b/scapy/config.py index eda58336..836de468 100644 --- a/scapy/config.py +++ b/scapy/config.py @@ -316,7 +316,7 @@ noenum : holds list of enum fields for which conversion to string should NOT AS_resolver: choose the AS resolver class to use extensions_paths: path or list of paths where extensions are to be looked for """ - version = "2.2.0" + version = "2.2.0-dev" session = "" interactive = False interactive_shell = "" diff --git a/setup.py b/setup.py index a2a7f46c..17ef94eb 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ if os.name == "nt": setup( name = 'scapy', - version = '2.2.0', + version = '2.2.0-dev', packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'], scripts = SCRIPTS, data_files = [('share/man/man1', ["doc/scapy.1.gz"])], -- GitLab