diff options
author | Barry Warsaw <barry@python.org> | 2009-10-26 01:48:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-26 01:48:07 (GMT) |
commit | 28dbc1f83e5bdc3f879a8a9d659908d2d476a1d9 (patch) | |
tree | cbf5f2a4818806dcab4bade1ac556a491ee9d52a /Lib/distutils | |
parent | aaa42f77dbf312ff6c3c15abd8bfa059eeb0d3b1 (diff) | |
download | cpython-2.6.4.zip cpython-2.6.4.tar.gz cpython-2.6.4.tar.bz2 |
bumping to 2.6.4v2.6.4
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 4c8cf042..b37308c 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.4rc2" +__version__ = "2.6.4" #--end constants-- |