]> granicus.if.org Git - python/commitdiff
Make the distutils version number the same as the python version. It
authorThomas Heller <theller@ctypes.org>
Fri, 23 Jul 2004 19:47:32 +0000 (19:47 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 23 Jul 2004 19:47:32 +0000 (19:47 +0000)
must be literally contained here, because it is still possible to
install this distutils in older Python versions.

Lib/distutils/__init__.py

index 2e9c90c7c7f7db4a787952e1dec6c89498391dc6..2592a6c559d26e87a912d14ad4baddc266755dd4 100644 (file)
@@ -12,4 +12,4 @@ used from a setup script as
 
 __revision__ = "$Id$"
 
-__version__ = "1.0.4"
+__version__ = "2.4.0"