diff --git a/doc/scapy/conf.py b/doc/scapy/conf.py index 0165d51887711dc8b6d940fd300592160f18eaba..9097facc6e20d3d192d5d16efae8ac7af7d3c8a0 100644 --- a/doc/scapy/conf.py +++ b/doc/scapy/conf.py @@ -36,15 +36,15 @@ master_doc = 'index' # General substitutions. project = 'Scapy' -copyright = '2008, Philippe Biondi and the Scapy community' +copyright = '2008, 2009 Philippe Biondi and the Scapy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. # # The short X.Y version. -version = '2.0.0' +version = '2.0.1' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.0.1' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: