From a4a5a50fc53c414fec0aa46a493254526558d79d Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 14 Dec 2004 18:09:21 +0000 Subject: r1732: releasing version 4.2.28 --- dh_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_python') diff --git a/dh_python b/dh_python index 9fbedc4c..a2dde7b9 100755 --- a/dh_python +++ b/dh_python @@ -88,7 +88,7 @@ elsif ($python_version =~ m/^Python\s+(\d+)\.(\d+)(\.\d+)*/) { my $python_nextversion = $python_version + 0.1; my $python_nextmajor = $python_major + 1; -my @python_allversions = ('1.5','2.1','2.2','2.3'); +my @python_allversions = ('1.5','2.1','2.2','2.3','2.4'); foreach (@python_allversions) { s/^/python/; } -- cgit v1.2.3