diff options
| author | Barry Warsaw <barry@python.org> | 2011-06-04 00:02:47 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2011-06-04 00:02:47 (GMT) |
| commit | 16ec24a1920dd4e94e2890032b5c4160621d526d (patch) | |
| tree | b1222fde01e4cb336002e8319ee1467d3b16c86c /Lib/distutils/__init__.py | |
| parent | 9c53584ebdb45c27d4b9c7cb7235bc5bb77c610f (diff) | |
| download | cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.zip cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.tar.gz cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.tar.bz2 | |
Replay svn r88850.v2.6.7
Diffstat (limited to 'Lib/distutils/__init__.py')
| -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 b2a2082..beb65bb 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.7rc2" +__version__ = "2.6.7" #--end constants-- |
