mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make the distutils version number the same as the python version. It
must be literally contained here, because it is still possible to install this distutils in older Python versions.
This commit is contained in:
parent
ee6fd06ecf
commit
6fa2474b20
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ used from a setup script as
|
|||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__version__ = "1.0.4"
|
||||
__version__ = "2.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue