From: Thomas Heller Date: Thu, 20 Jan 2005 19:25:24 +0000 (+0000) Subject: Some bugs have been fixed in distutils, so increment the last part of X-Git-Tag: v2.4.1c1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=748c8a24eea82ccb5e4796f6246724840a25d6d1;p=thirdparty%2FPython%2Fcpython.git Some bugs have been fixed in distutils, so increment the last part of the version number. For the distutils version numbering scheme, see http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index a1dbb4b5efd1..6a0aaad73ff5 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.0" +__version__ = "2.4.1"