From: Anthony Baxter Date: Tue, 10 Oct 2006 08:10:42 +0000 (+0000) Subject: Update distutils version number to match the library version number X-Git-Tag: v2.4.4c1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46d5d335189689c255f5ac97700af538a34df61;p=thirdparty%2FPython%2Fcpython.git Update distutils version number to match the library version number --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 6a0aaad73ff5..ad2bb171ebd4 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -12,4 +12,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "2.4.1" +__version__ = "2.4.4"