summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2009-04-07 01:54:02 (GMT)
committerBarry Warsaw <barry@python.org>2009-04-07 01:54:02 (GMT)
commit90971e0cd278a9697684eff14d741c8de58ae5d4 (patch)
tree07882bc9ab587756d8ab07e096f02766763c63d2 /Lib/distutils
parent2b4857379412492b9a830d75cb289ec74188e530 (diff)
downloadcpython-90971e0cd278a9697684eff14d741c8de58ae5d4.zip
cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.gz
cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.bz2
Bump to 2.6.2c1.
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 8f7eb84..e8f55cf 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
#
#--start constants--
-__version__ = "2.6.1"
+__version__ = "2.6.2c1"
#--end constants--