summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-07-18 03:20:07 (GMT)
committerBarry Warsaw <barry@python.org>2008-07-18 03:20:07 (GMT)
commitdaddf03f7731cc8be44187977e7155a382af46a4 (patch)
tree0c85ef67b39e90b63b121234da183859921afaf1 /Lib/distutils
parent7fb9640d57f5d96dcaa0d0e6497abc21fa85f37e (diff)
downloadcpython-daddf03f7731cc8be44187977e7155a382af46a4.zip
cpython-daddf03f7731cc8be44187977e7155a382af46a4.tar.gz
cpython-daddf03f7731cc8be44187977e7155a382af46a4.tar.bz2
Bumping to 2.6b2v2.6b2
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 a192357..06ec0d4b 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
#
#--start constants--
-__version__ = "2.6b1"
+__version__ = "2.6b2"
#--end constants--