[Python-checkins] r52269 - python/branches/release24-maint/Lib/distutils/__init__.py

anthony.baxter python-checkins at python.org
Tue Oct 10 10:10:43 CEST 2006


Author: anthony.baxter
Date: Tue Oct 10 10:10:42 2006
New Revision: 52269

Modified:
   python/branches/release24-maint/Lib/distutils/__init__.py
Log:
Update distutils version number to match the library version number

Modified: python/branches/release24-maint/Lib/distutils/__init__.py
==============================================================================
--- python/branches/release24-maint/Lib/distutils/__init__.py	(original)
+++ python/branches/release24-maint/Lib/distutils/__init__.py	Tue Oct 10 10:10:42 2006
@@ -12,4 +12,4 @@
 
 __revision__ = "$Id$"
 
-__version__ = "2.4.1"
+__version__ = "2.4.4"


More information about the Python-checkins mailing list