diff options
| author | Barry Warsaw <barry@python.org> | 2012-04-10 14:59:35 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2012-04-10 14:59:35 (GMT) |
| commit | a12d0ccfbe189ba7f3ed99cb1feac69aa03d7fe0 (patch) | |
| tree | 15a35bc82f61c6a561eca26c04f4bdb50af9dff6 /Lib/distutils/__init__.py | |
| parent | 75076b4971b26cff889dc33e84a579dc3e91a32e (diff) | |
| download | cpython-2.6.8.zip cpython-2.6.8.tar.gz cpython-2.6.8.tar.bz2 | |
Bump to 2.6.8v2.6.8
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 141b377..e5008c9 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.8rc2" +__version__ = "2.6.8" #--end constants-- |
