From 3b7fb3e73347b8ed4bd8d541890840e18e49e1a9 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sun, 28 Aug 2011 21:28:47 +0000 Subject: [PATCH] Bring the author and version information in sync with reality. The software hasn't been "alpha" for some time. Signed-off-by: Adam D. Barratt --- britney.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index a396e75..a28430e 100755 --- a/britney.py +++ b/britney.py @@ -195,8 +195,8 @@ import apt_pkg from excuse import Excuse from britney import buildSystem -__author__ = 'Fabio Tranchitella' -__version__ = '2.0.alpha1' +__author__ = 'Fabio Tranchitella and the Debian Release Team' +__version__ = '2.0' # source package VERSION = 0