From 5c9e5c133e1ea33f61806ce09b541b91c8423b65 Mon Sep 17 00:00:00 2001
From: Dirk Loss <mail@dirk-loss.de>
Date: Fri, 20 Feb 2009 22:57:03 +0100
Subject: [PATCH] Increased version number. Copyright for 2009

---
 doc/scapy/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/scapy/conf.py b/doc/scapy/conf.py
index 0165d518..9097facc 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:
-- 
GitLab